Merge pull request #1710 from rabuzarus/deactivate_log
deactivate logger in acl_lookup
This commit is contained in:
commit
6c5b4b96a5
|
@ -399,7 +399,7 @@ function acl_lookup(&$a, $out_type = 'json') {
|
||||||
$search = $_REQUEST['query'];
|
$search = $_REQUEST['query'];
|
||||||
}
|
}
|
||||||
|
|
||||||
logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
|
// logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
|
||||||
|
|
||||||
if ($search!=""){
|
if ($search!=""){
|
||||||
$sql_extra = "AND `name` LIKE '%%".dbesc($search)."%%'";
|
$sql_extra = "AND `name` LIKE '%%".dbesc($search)."%%'";
|
||||||
|
|
Loading…
Reference in a new issue