From 7fccb8b634118a2f4f92220b194dc74273b15957 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 20 Mar 2005 18:54:20 +0000 Subject: added comments/category editing, and closed #2280 --- web/html/pkgsubmit.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/html/pkgsubmit.php') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index d679704..bd635f4 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -239,7 +239,10 @@ if ($_COOKIE["AURSID"]) { $seen_build_function = 1; } } - if ($seen_build_function) {break;} + # XXX: closes bug #2280? Might as well let the loop complete rather + # than break after the build() function. + # + #if ($seen_build_function) {break;} } # some error checking on PKGBUILD contents - just make sure each @@ -534,7 +537,7 @@ if ($_COOKIE["AURSID"]) { print "
\n"; } } else { - print __("Package upload successful"); + print __("Package upload successful."); } } else { -- cgit v1.2.3-70-g09d2