mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fixing regression in search in ACL popup for a pattern with non-ascii chars (r53252 and r53376)
This commit is contained in:
parent
3748005f8b
commit
97292e90ab
@ -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