quieten permanent log of search links for non-ascii project-names etc.

This commit is contained in:
Ralf Becker 2021-11-11 09:10:34 +01:00
parent 46e384198b
commit cb70a57b78

View File

@ -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] ?? []);
}