From 658203982c9766a086fcd68005818fc1465d8e31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Nov 2008 23:57:33 +0000 Subject: [PATCH] Fix: Info on login --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 76ae17b050b..6d54370a589 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -680,7 +680,7 @@ function dol_loginfunction($langs,$conf,$mysoc) print '   '.$langs->trans("Login").'  '; print ''; - $title.=$langs->trans("SessionName").': '.session_name(); + $title=$langs->trans("SessionName").': '.session_name(); if ($conf->main_authentication) $title.=", ".$langs->trans("AuthenticationMode").': '.$conf->main_authentication; // Show logo (search in order: small company logo, large company logo, theme logo, common logo)