This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-02-20 17:51:24 -04:00
committed by Paula Quispe
parent b014c9d936
commit 156d979f34

View File

@@ -1229,9 +1229,6 @@ class LdapAdvanced
$totalUser = 0; $totalUser = 0;
$countUser = 0; $countUser = 0;
$keyword = trim(trim($keyword), "*");
$keyword = ($keyword != "") ? "*$keyword*" : "*";
$paged = !is_null($start) && !is_null($limit); $paged = !is_null($start) && !is_null($limit);
$rbac = &RBAC::getSingleton(); $rbac = &RBAC::getSingleton();