summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/html/pkgsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index a73ca5ae..840ff306 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -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>";
}