This commit is contained in:
wangyidong
2023-12-12 15:09:15 +08:00
parent e0e15473e3
commit 3d9d9612ae
+1
View File
@@ -2129,6 +2129,7 @@ EOF;
$changes = array();
foreach($new as $key => $value)
{
if($value === null) $value = '';
if(is_object($value) or is_array($value)) continue;
if(strtolower($key) == 'lastediteddate') continue;
if(strtolower($key) == 'lasteditedby') continue;