Drop suffixes from confirm parameters

Remove the _delete and _disown suffixes from HTTP POST confirmation
parameters.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-09 09:05:05 +02:00
parent 9b19f7595e
commit 5c64ae1a0e
8 changed files with 9 additions and 9 deletions

View file

@ -503,7 +503,7 @@ function pkg_display_details($id=0, $row, $SID="") {
* do_UnFlag - Remove out-of-date flag
* do_Adopt - Adopt
* do_Disown - Disown
* do_Delete - Delete (requires confirm_Delete to be set)
* do_Delete - Delete
* do_Notify - Enable notification
* do_UnNotify - Disable notification
*/