mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Utilisation de la nouvelle fonction
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user