mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Rename package request functions to pkgreq_*()
Since these functions now reside in a separate module, use the module name as function name prefix. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
dde0482d10
commit
74a82bb2fb
4 changed files with 8 additions and 8 deletions
|
@ -540,7 +540,7 @@ function pkgbase_delete ($atype, $base_ids, $merge_base_id, $via) {
|
|||
$dbh->exec($q);
|
||||
|
||||
if ($via) {
|
||||
pkgbase_close_request(intval($via));
|
||||
pkgreq_close(intval($via));
|
||||
}
|
||||
|
||||
return array(true, __("The selected packages have been deleted."));
|
||||
|
@ -598,7 +598,7 @@ function pkgbase_adopt ($atype, $base_ids, $action=true, $via) {
|
|||
$dbh->exec($q);
|
||||
|
||||
if ($via) {
|
||||
pkgbase_close_request(intval($via));
|
||||
pkgreq_close(intval($via));
|
||||
}
|
||||
|
||||
if ($action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue