deactivate logger in acl_lookup

This commit is contained in:
rabuzarus 2015-06-29 13:46:47 +02:00
parent e0f6bd6c28
commit eedf829d5c

View file

@ -399,7 +399,7 @@ function acl_lookup(&$a, $out_type = 'json') {
$search = $_REQUEST['query'];
}
logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
// logger("Searching for ".$search." - type ".$type, LOGGER_DEBUG);
if ($search!=""){
$sql_extra = "AND `name` LIKE '%%".dbesc($search)."%%'";