diff options
author | pjmattal <pjmattal> | 2005-02-23 17:19:36 +0100 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-02-23 17:19:36 +0100 |
commit | b186f48fe7694e331bcee842e6d94a879b02d8a1 (patch) | |
tree | c0e861d43aa9f76127bb7d2b1b3cbf46c5702dc2 /web/html/pkgsubmit.php | |
parent | f2902ebdbf7206eccc60bcade79b35f0b57abfaa (diff) | |
download | aur-b186f48fe7694e331bcee842e6d94a879b02d8a1.tar.gz aur-b186f48fe7694e331bcee842e6d94a879b02d8a1.tar.xz |
made pkgname field for submit be 32 chars
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index f9e9c3c2..ccf1df7a 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -467,7 +467,7 @@ if ($_COOKIE["AURSID"]) { print " <td span='f4' align='right'>"; print __("Package name").":</td>\n"; print " <td span='f4' align='left'>"; - print "<input type='text' name='pkgname' size='30' maxlength='15' />\n"; + print "<input type='text' name='pkgname' size='30' maxlength='32' />\n"; print " </td>\n"; print "</tr>\n"; print "<tr>\n"; |