mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkgsubmit.php: Remove redundant error message.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
a28c8fd279
commit
143ed617c2
1 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue