From 6f0bf9ab717e49e9f2362e166d71ef7264c72d58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Apr 2005 00:40:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20lien=20d=E9connexion=20invalide=20q?= =?UTF-8?q?uand=20on=20est=20sur=20l'=E9cran=20webcalendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 36f3583e838..dd4250383c7 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -197,12 +197,12 @@ function top_menu($head, $title="", $target="") $menutop->showmenu(); // Lien sur fiche du login - print ''.$user->login.'' ; + print ''.$user->login.'' ; // Lien logout if (! isset($_SERVER["REMOTE_USER"]) || ! $_SERVER["REMOTE_USER"]) { - print ''; + print ''; print ''; }