* Change the judgement of the jump window.

This commit is contained in:
tianshujie
2023-06-25 09:38:36 +08:00
parent 6937a513e5
commit 88fecb1c41
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2078,7 +2078,7 @@ EOF;
$changes = array();
foreach($new as $key => $value)
{
if(is_object($value) or is_array($value)) continue;
if(is_object($value) || is_array($value) || is_null($value)) continue;
if(strtolower($key) == 'lastediteddate') continue;
if(strtolower($key) == 'lasteditedby') continue;
if(strtolower($key) == 'assigneddate') continue;