thomascube
2006-12-11 c45eb594cdbef4e74313054e462d2bb7e250e724
program/steps/error.inc
@@ -73,7 +73,7 @@
  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);
  }