summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-02-23 17:19:36 +0100
committerpjmattal <pjmattal>2005-02-23 17:19:36 +0100
commitb186f48fe7694e331bcee842e6d94a879b02d8a1 (patch)
treec0e861d43aa9f76127bb7d2b1b3cbf46c5702dc2
parentf2902ebdbf7206eccc60bcade79b35f0b57abfaa (diff)
downloadaur-b186f48fe7694e331bcee842e6d94a879b02d8a1.tar.gz
aur-b186f48fe7694e331bcee842e6d94a879b02d8a1.tar.xz
made pkgname field for submit be 32 chars
-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 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";