summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-11-24 06:55:03 +0100
committerLoui Chang <louipc.ist@gmail.com>2009-11-24 06:55:03 +0100
commit143ed617c2644ee6fdc24abb566bc289ed3b9fba (patch)
tree7414b803e22a5e6b6eb549b8833139830556e00f /web/html/pkgsubmit.php
parenta28c8fd279d22f9fed51ff6e627a925eab571453 (diff)
downloadaur-143ed617c2644ee6fdc24abb566bc289ed3b9fba.tar.gz
aur-143ed617c2644ee6fdc24abb566bc289ed3b9fba.tar.xz
pkgsubmit.php: Remove redundant error message.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r--web/html/pkgsubmit.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index ac98ba75..a413a073 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -446,14 +446,6 @@ html_header("Submit");
# User is not uploading, or there were errors uploading - then
# give the visitor the default upload form
if (ini_get("file_uploads")):
- if ($error):
-?>
-
-<span class='error'><?php print $error; ?></span><br />
-<br />
-
-<?php
- endif;
$pkg_categories = pkgCategories();
$pkg_locations = pkgLocations();