From c1e30b29a6bdbe84b1a79144c1a9cbf1c1b52ee2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 11 Dec 2006 23:25:08 +0000 Subject: Little fixes plus additional encoding tables git-svn-id: https://svn.roundcube.net/trunk@403 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/error.inc index f616ba1bf..8ba39d3b7 100644 --- a/roundcubemail/program/steps/error.inc +++ b/roundcubemail/program/steps/error.inc @@ -73,7 +73,7 @@ else if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE) $__error_text = $ERROR_MESSAGE; else - $__error_text = 'Error No. ['.dechex($ERROR_CODE).']'; + $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE); } -- cgit v1.2.3