From 96e77e5f4b32a5b3b84fe0c0deab5ffa82282430 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 May 2005 01:00:54 +0000 Subject: [PATCH] Fix: Suppression warning en mode erreur E_ALL. --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index e84193eb17c..bb9c7d9c5cf 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -506,5 +506,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>