From 74a82bb2fbee234173df44ef7ba5f5a17b809cf1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 30 Jun 2014 08:49:46 +0200 Subject: 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 --- web/lib/pkgbasefuncs.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/lib/pkgbasefuncs.inc.php') diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php index c597911a..ec483140 100644 --- a/web/lib/pkgbasefuncs.inc.php +++ b/web/lib/pkgbasefuncs.inc.php @@ -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) { -- cgit v1.2.3-24-g4f1b