From 5f1da77f699b1e6e1f0171c17f9359c723c3b782 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sat, 5 Mar 2016 05:05:59 -0800 Subject: System / User Manager / Groups / Edit / Add Privileges Not certain that the list needs to be sorted here. Looks like it is already in order. If it does then a valid callback function will need to be accessible. Error: Non-space characters found without seeing a doctype first. Expected e.g. . Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Element head is missing a required instance of child element title. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Stray doctype. Error: Stray start tag html. --- src/usr/local/www/system_groupmanager_addprivs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php index 5957c92..d999cdf 100644 --- a/src/usr/local/www/system_groupmanager_addprivs.php +++ b/src/usr/local/www/system_groupmanager_addprivs.php @@ -88,7 +88,6 @@ if (!is_array($a_group['priv'])) { // Make a local copy and sort it $spriv_list = $priv_list; -uasort($spriv_list, "cpusercmp"); if ($_POST) { -- cgit v1.1