* Fix bug 25879.

This commit is contained in:
liuyongkai
2022-08-02 06:33:56 +00:00
parent 1527dbd7ce
commit c45499b497
-1
View File
@@ -1983,7 +1983,6 @@ EOD;
if(strtolower($key) == 'activateddate' and $value == '') continue;
if(strtolower($key) == 'closeddate' and $value == '') continue;
if(strtolower($key) == 'actualcloseddate' and $value == '') continue;
if(strtolower($key) == 'reviewedby' and $value == '') continue;
if(isset($old->$key) and $value != stripslashes($old->$key))
{