Skip to content
Snippets Groups Projects
Commit 267389de authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Normalize code

parent b1e58dd4
Branches
Tags
No related merge requests found
...@@ -95,8 +95,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); ...@@ -95,8 +95,8 @@ include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
$datec=$db->jdate($objp->datec); $datec=$db->jdate($objp->datec);
$datem=$db->jdate($objp->tms); $datem=$db->jdate($objp->tms);
$memberstatic->nom=$objp->lastname; $memberstatic->lastname=$objp->lastname;
$memberstatic->prenom=$objp->firstname; $memberstatic->firstname=$objp->firstname;
$this->info_box_contents[$i][0] = array('td' => 'align="left" width="16"', $this->info_box_contents[$i][0] = array('td' => 'align="left" width="16"',
'logo' => $this->boximg, 'logo' => $this->boximg,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment