diff options
Diffstat (limited to 'web')
-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 ac98ba7..a413a07 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(); |