diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 06:55:03 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 06:55:03 +0100 |
commit | 143ed617c2644ee6fdc24abb566bc289ed3b9fba (patch) | |
tree | 7414b803e22a5e6b6eb549b8833139830556e00f | |
parent | a28c8fd279d22f9fed51ff6e627a925eab571453 (diff) | |
download | aur-143ed617c2644ee6fdc24abb566bc289ed3b9fba.tar.gz aur-143ed617c2644ee6fdc24abb566bc289ed3b9fba.tar.xz |
pkgsubmit.php: Remove redundant error message.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | web/html/pkgsubmit.php | 8 |
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(); |