From a5bd611426e8a016ac8e79309ff3310a8ea6e508 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 18 Dec 2009 02:13:48 +0000 Subject: [PATCH] * when create changes, ommit the lasteditedby. --- trunk/module/common/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/module/common/control.php b/trunk/module/common/control.php index cc9cf56c27..add3564484 100644 --- a/trunk/module/common/control.php +++ b/trunk/module/common/control.php @@ -368,6 +368,7 @@ EOT; foreach($new as $key => $value) { if(strtolower($key) == 'lastediteddate') continue; + if(strtolower($key) == 'lasteditedby') continue; if($new->$key != $old->$key) { $diff = '';