forked from extern/egroupware
fixing regression in search in ACL popup for a pattern with non-ascii chars (r53252 and r53376)
This commit is contained in:
parent
7fda63bf53
commit
07835ec446
@ -1251,7 +1251,7 @@ class so_sql
|
||||
}
|
||||
$columns[] = sprintf($this->db->capabilities[egw_db::CAPABILITY_CAST_AS_VARCHAR],"COALESCE($col,'')");
|
||||
}
|
||||
if(!$search_cols)
|
||||
if(!$columns)
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user