Fix: Use correct date format

This commit is contained in:
Laurent Destailleur 2010-11-13 21:05:02 +00:00
parent 2f26dbd26b
commit 3b8fb6d3d1

View File

@ -552,7 +552,7 @@ class EcmDirectory // extends CommonObject
$this->cats[$obj->rowid]['label'] = $obj->label;
$this->cats[$obj->rowid]['description'] = $obj->description;
$this->cats[$obj->rowid]['cachenbofdoc'] = $obj->cachenbofdoc;
$this->cats[$obj->rowid]['date_c'] = $obj->date_c;
$this->cats[$obj->rowid]['date_c'] = $this->db->jdate($obj->date_c);
$this->cats[$obj->rowid]['fk_user_c'] = $obj->fk_user_c;
$this->cats[$obj->rowid]['login_c'] = $obj->login_c;