Ajout info date create

This commit is contained in:
Rodolphe Quiedeville 2005-06-08 13:35:47 +00:00
parent 243923ce1a
commit 62862e7e9e

View File

@ -131,7 +131,9 @@ if ($_GET["id"])
$cuser_suiv->fetch();
print '<tr><td width="20%">Créé par</td>';
print '<td colspan="2">'.$cuser_suiv->fullname.'</td></tr>';
print '<td colspan="2">'.$cuser_suiv->fullname;
print " le : ".strftime("%e %B %Y",$contrat->date_creat);
print '</td></tr>';
print "</table><br />";
}