* code for task #55554.

This commit is contained in:
wangyidong
2022-06-01 17:16:45 +08:00
parent 2400dfc83a
commit 58e50c287c
+1 -1
View File
@@ -1920,7 +1920,7 @@ EOD;
if(strtolower($key) == 'closeddate' && $value == '') continue;
if(strtolower($key) == 'actualcloseddate' && $value == '') continue;
if(isset($old->$key) and $value != stripslashes($old->$key))
if(array_key_exists($key, $old) and $value != stripslashes($old->$key))
{
$diff = '';
if(substr_count($value, "\n") > 1 or