From 62862e7e9ee9552863341e1882f0c82d6d093606 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 Jun 2005 13:35:47 +0000 Subject: [PATCH] Ajout info date create --- htdocs/telephonie/contrat/info.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/contrat/info.php b/htdocs/telephonie/contrat/info.php index 76fa2546345..fbaa3b04482 100644 --- a/htdocs/telephonie/contrat/info.php +++ b/htdocs/telephonie/contrat/info.php @@ -131,7 +131,9 @@ if ($_GET["id"]) $cuser_suiv->fetch(); print 'Créé par'; - print ''.$cuser_suiv->fullname.''; + print ''.$cuser_suiv->fullname; + print " le : ".strftime("%e %B %Y",$contrat->date_creat); + print ''; print "
"; }