php8.1 : compatibility

This commit is contained in:
Dany De Bontridder 2022-08-27 16:54:30 +02:00 committed by sparkyx
parent 778400a506
commit d606c1d6fa
18 changed files with 131 additions and 32 deletions

View file

@ -198,7 +198,7 @@ abstract class Data_SQL
{
foreach ($this->name as $key)
{
if (trim($this->$key)=='')
if (noalyss_trim($this->$key)=='')
$this->$key=null;
}
return 0;