php8.1 : compatibility
This commit is contained in:
parent
778400a506
commit
d606c1d6fa
18 changed files with 131 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue