* Fix bug 25879.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user