mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
started working on package delete support
This commit is contained in:
parent
9641fdc735
commit
a54ca6bfaf
11 changed files with 363 additions and 243 deletions
|
@ -265,7 +265,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
|
|||
if (!$result) {
|
||||
print __("Error trying to create account, %h%s%h: %s.",
|
||||
array("<b>", $U, "</b>", mysql_error($dbh)));
|
||||
} else {
|
||||
} else {
|
||||
# account created/modified, tell them so.
|
||||
#
|
||||
print __("The account, %h%s%h, has been successfully created.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue