* when create changes, ommit the lasteditedby.

This commit is contained in:
wangchunsheng
2009-12-18 02:13:48 +00:00
parent 54d55e00f0
commit a5bd611426

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 = '';