This commit is contained in:
Laurent Destailleur 2019-11-04 11:43:07 +01:00
parent 5497e1e103
commit abc6f6ccae

View File

@ -165,6 +165,7 @@ class box_contacts extends ModeleBoxes
$this->info_box_contents[$line][0] = array( $this->info_box_contents[$line][0] = array(
'td' => 'class="center"', 'td' => 'class="center"',
'text'=> '<span class="opacitymedium">'.$langs->trans("NoRecordedContacts").'</span>', 'text'=> '<span class="opacitymedium">'.$langs->trans("NoRecordedContacts").'</span>',
'asis'=> 1
); );
$this->db->free($result); $this->db->free($result);