|
@@ -171,7 +171,7 @@ class box_last_modified_knowledgerecord extends ModeleBoxes
|
|
|
// Date creation
|
|
|
$this->info_box_contents[$i][$r] = array(
|
|
|
'td' => 'class="center nowraponall" title="'.dol_escape_htmltag($langs->trans("DateCreation").': '.dol_print_date($datec, 'dayhour', 'tzuserrel')).'"',
|
|
|
- 'text' => dol_print_date($objp->datec, 'dayhour', 'tzuserrel'),
|
|
|
+ 'text' => dol_print_date($datec, 'dayhour', 'tzuserrel'),
|
|
|
);
|
|
|
$r++;
|
|
|
|