mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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)
|
// 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
|
// caused by non-ascii chars compared with ascii field uid
|
||||||
catch(Api\Db\Exception $e) {
|
catch(Api\Db\Exception $e) {
|
||||||
_egw_log_exception($e);
|
//_egw_log_exception($e);
|
||||||
}
|
}
|
||||||
return is_array($id) ? $links : ($links[$id] ?? []);
|
return is_array($id) ? $links : ($links[$id] ?? []);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user