diff options
author | thomascube <thomas@roundcube.net> | 2009-05-21 20:34:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-21 20:34:28 +0000 |
commit | c73b195e5d02a09d56430dd6e666313b86fee2f9 (patch) | |
tree | dec1d935a0a9dda33b2a4771a3a03c325d02d64a /program/steps | |
parent | 66f68e96236848e8f1dd5992f1d7d0c5cc6da2a9 (diff) |
Add function for plugins to load a local config file
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/error.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/error.inc b/program/steps/error.inc index 039f8b3bb..a42a1f680 100644 --- a/program/steps/error.inc +++ b/program/steps/error.inc @@ -81,7 +81,7 @@ else { if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE) $__error_text = $ERROR_MESSAGE; else - $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE); + $__error_text = sprintf('Error No. [%s]', $ERROR_CODE); } |