pkgsubmit.php: Remove redundant error message.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-11-24 00:55:03 -05:00
parent a28c8fd279
commit 143ed617c2

View file

@ -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();