Normalize code

This commit is contained in:
Laurent Destailleur 2012-02-01 13:22:18 +01:00
parent b1e58dd454
commit 267389de0a

View File

@ -95,8 +95,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
$datec=$db->jdate($objp->datec);
$datem=$db->jdate($objp->tms);
$memberstatic->nom=$objp->lastname;
$memberstatic->prenom=$objp->firstname;
$memberstatic->lastname=$objp->lastname;
$memberstatic->firstname=$objp->firstname;
$this->info_box_contents[$i][0] = array('td' => 'align="left" width="16"',
'logo' => $this->boximg,