From c73b195e5d02a09d56430dd6e666313b86fee2f9 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 21 May 2009 20:34:28 +0000 Subject: Add function for plugins to load a local config file --- program/steps/error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps') 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); } -- cgit v1.2.3