Utilisation de la nouvelle fonction

This commit is contained in:
Rodolphe Quiedeville
2004-01-31 17:32:25 +00:00
parent a0e667ef34
commit 23254e83ed

View File

@@ -53,10 +53,8 @@ if ($contact->socid > 0)
print 'Soci<63>t<EFBFBD> : '.$objsoc->nom.'<br>';
}
print "Cr<EFBFBD><EFBFBD> par : " . $contact->user_creation->fullname . '<br>';
print "Date de cr<63>ation : " . strftime("%A %d %B %Y %H:%M:%S",$contact->date_creation) . '<br>';
print "Modifi<EFBFBD> par : " . '<br>';
print "Date de modification : " . strftime("%A %d %B %Y %H:%M:%S",$contact->date_modification) . '<br>';
dolibarr_print_object_info($contact);
$db->close();