From 091222a220cd8bf72e20d136e7554e24c84a109c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 25 Feb 2011 13:26:01 +0000 Subject: [PATCH] Bug ajax_disconnected --- include/ac_common.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/ac_common.php b/include/ac_common.php index 4817eb4b4..9fbd82392 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -264,6 +264,7 @@ function html_page_start($p_theme="",$p_script="",$p_script2="") '; echo ""; + echo ''; // language if ( isset($_SESSION['g_lang'])) { @@ -695,14 +696,14 @@ function ajax_disconnected($div) */ if ( ! isset($_SESSION['g_user'])) { - $html=alert("utilisateur déconnecté",true); + $html=alert("Utilisateur déconnecté",true); $html=escape_xml($html); header('Content-type: text/xml; charset=UTF-8'); echo << $div -Déconnecté +$html EOF; exit();