From 23254e83eddebb86c70ba2b38d6962bee0d0a4ea Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 31 Jan 2004 17:32:25 +0000 Subject: [PATCH] Utilisation de la nouvelle fonction --- htdocs/contact/info.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/contact/info.php b/htdocs/contact/info.php index a9abede2a33..e91c81d9844 100644 --- a/htdocs/contact/info.php +++ b/htdocs/contact/info.php @@ -53,10 +53,8 @@ if ($contact->socid > 0) print 'Société : '.$objsoc->nom.'
'; } -print "Créé par : " . $contact->user_creation->fullname . '
'; -print "Date de création : " . strftime("%A %d %B %Y %H:%M:%S",$contact->date_creation) . '
'; -print "Modifié par : " . '
'; -print "Date de modification : " . strftime("%A %d %B %Y %H:%M:%S",$contact->date_modification) . '
'; + +dolibarr_print_object_info($contact); $db->close();