* when create changes, ommit the lasteditedby.

This commit is contained in:
wangchunsheng
2009-12-18 02:13:48 +00:00
parent 0fd743c657
commit c7019c4b1b
+1
View File
@@ -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 = '';