From a8b16f26031cab5168177db274e0d3db91abafa8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Jun 2005 10:49:02 +0000 Subject: [PATCH] Fix: Ajout info version dans pied page --- htdocs/admin/webcalendar.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/admin/webcalendar.php b/htdocs/admin/webcalendar.php index 0eacd9fb70d..a38d493e279 100644 --- a/htdocs/admin/webcalendar.php +++ b/htdocs/admin/webcalendar.php @@ -1,9 +1,9 @@ - * Copyright (C) 2003 Éric Seigne - * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Sebastien Di Cintio - * Copyright (C) 2004 Benoit Mortier +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2003 Éric Seigne + * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -191,5 +191,5 @@ if ($actiontest && ($phpwebcalendar_pass == $phpwebcalendar_pass2)) } -llxFooter(); +llxFooter('$Date$ - $Revision$'); ?>