From 33646461fd04f53de0e4dc79f0b6bb2e4253724e Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 7 Sep 2006 18:54:37 +0000 Subject: Some bugfixes and session expiration stuff git-svn-id: https://svn.roundcube.net/trunk@338 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/error.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/steps/error.inc') diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/error.inc index 2d87a9da4..f616ba1bf 100644 --- a/roundcubemail/program/steps/error.inc +++ b/roundcubemail/program/steps/error.inc @@ -69,11 +69,11 @@ else { $__error_title = "SERVICE CURRENTLY NOT AVAILABLE!"; $__error_text = "Please contact your server-administrator."; - + if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE) $__error_text = $ERROR_MESSAGE; else - $__error_text = 'Error No. '.dechex($ERROR_CODE).')'; + $__error_text = 'Error No. ['.dechex($ERROR_CODE).']'; } -- cgit v1.2.3