block useless usort() E_DEPRECATED for the time being
This commit is contained in:
parent
2c931df77c
commit
a1173ab06a
|
@ -522,6 +522,7 @@ class RPC extends Handler_Protected {
|
|||
WHERE
|
||||
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
|
||||
$log_interval AND
|
||||
errstr NOT LIKE '%Returning bool from comparison function is deprecated%' AND
|
||||
errstr NOT LIKE '%imagecreatefromstring(): Data is not in a recognized format%'");
|
||||
$sth->execute();
|
||||
|
||||
|
|
Loading…
Reference in New Issue