Merge pull request #1710 from rabuzarus/deactivate_log

deactivate logger in acl_lookup
This commit is contained in:
fabrixxm 2015-06-29 13:48:42 +02:00
commit 6c5b4b96a5
1 changed files with 1 additions and 1 deletions

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)."%%'";