diff --git a/module/common/control.php b/module/common/control.php index eb384381c3..8edd5f49eb 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -454,6 +454,8 @@ EOT; if(strtolower($key) == 'lastediteddate') continue; if(strtolower($key) == 'lasteditedby') continue; if(strtolower($key) == 'assigneddate') continue; + if(strtolower($key) == 'editedby') continue; + if(strtolower($key) == 'editeddate') continue; if($magicQuote) $value = stripslashes($value); if($value != $old->$key)