mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added comments/category editing, and closed #2280
This commit is contained in:
parent
9d69979bb9
commit
7fccb8b634
8 changed files with 282 additions and 27 deletions
|
@ -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 "<br />\n";
|
||||
}
|
||||
} else {
|
||||
print __("Package upload successful");
|
||||
print __("Package upload successful.");
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue