diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-11 23:25:08 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-11 23:25:08 +0000 |
| commit | c1e30b29a6bdbe84b1a79144c1a9cbf1c1b52ee2 (patch) | |
| tree | 12cbd58448487b6be1dd085c042534c958d3f2be /roundcubemail/program/steps/error.inc | |
| parent | 9bd147486f58d126ca15b9221eeaf032ce8ba238 (diff) | |
Little fixes plus additional encoding tables
git-svn-id: https://svn.roundcube.net/trunk@403 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/error.inc')
| -rw-r--r-- | roundcubemail/program/steps/error.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
