Skip to content
Snippets Groups Projects
Commit 23254e83 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Utilisation de la nouvelle fonction

parent a0e667ef
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,8 @@ if ($contact->socid > 0)
print 'Société : '.$objsoc->nom.'<br>';
}
print "Créé par : " . $contact->user_creation->fullname . '<br>';
print "Date de création : " . strftime("%A %d %B %Y %H:%M:%S",$contact->date_creation) . '<br>';
print "Modifié 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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment