mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
fixed package category to default to 1 (none) instead of 19 which doesn't exist
This commit is contained in:
parent
2c6ca1126a
commit
f748d9a471
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ if ($_COOKIE["AURSID"]) {
|
|||
print __("Package Category").":</td>\n";
|
||||
print " <td span='f4' align='left'>";
|
||||
print "<select name='category'>";
|
||||
print "<option value='19'> " . __("Select Category") . "</option>";
|
||||
print "<option value='1'> " . __("Select Category") . "</option>";
|
||||
while (list($k, $v) = each($pkg_categories)) {
|
||||
print "<option value='".$k."'> " . $v . "</option>";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue