|
...
|
...
|
@@ -436,7 +436,7 @@ else if(isset($_POST['submit'])) {
|
|
436
|
436
|
</select><a href='#' class='pophelp'>[?]<span>"._HELP_FAVORITES."</span></a></td>
|
|
437
|
437
|
</tr>
|
|
438
|
438
|
<tr>
|
|
439
|
|
- <td><label for='newmultplecats'>"._NUMCATS.": </label></td><td><select name='newmultiplecats'>
|
|
|
439
|
+ <td><label for='newmultiplecats'>"._NUMCATS.": </label></td><td><select name='newmultiplecats'>
|
|
440
|
440
|
<option value='1'".($multiplecats == "1" ? "selected" : "").">"._MORETHANONE."</option>
|
|
441
|
441
|
<option value='0'".($multiplecats == "0" ? "selected" : "").">"._ONLYONE."</option>
|
|
442
|
442
|
</select> <a href='#' class='pophelp'>[?]<span>"._HELP_NUMCATS."</span></a></td>
|