From 23254e83eddebb86c70ba2b38d6962bee0d0a4ea Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
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.'<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();
 
-- 
GitLab