forked from extern/egroupware
quieten permanent log of search links for non-ascii project-names etc.
This commit is contained in:
parent
146e94160f
commit
59eff1db26
@ -171,7 +171,7 @@ class Storage
|
||||
// catch Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (1267)
|
||||
// caused by non-ascii chars compared with ascii field uid
|
||||
catch(Api\Db\Exception $e) {
|
||||
_egw_log_exception($e);
|
||||
//_egw_log_exception($e);
|
||||
}
|
||||
return is_array($id) ? $links : ($links[$id] ?? []);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user