diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index 39938800c9d..ab30bc746af 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -91,7 +91,7 @@ if ($result) print "fichid\">".img_object($langs->trans("Show"),"task").' '.$objp->ref."\n"; print ''.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."\n"; - print "".strftime("%d %B %Y",$objp->dp)."\n"; + print "".dolibarr_print_date($objp->dp)."\n"; print ''.sprintf("%.1f",$objp->duree).''; print ''.$objp->fk_statut.''; @@ -110,5 +110,5 @@ else $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>