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/html/pkgreq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/pkgreq.php') diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index 5d708fc..156645a 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -16,7 +16,7 @@ if (!isset($base_id)) { exit(); } - $results = pkgbase_request_list(); + $results = pkgreq_list(); $total = count($results); /* Sanitize paging variables. */ -- cgit v1.3.1