svncommit
2006-12-27 8b0fffc2cbc2b6ce08b15b123ae0bf779a9e8bde
program/steps/error.inc
@@ -63,6 +63,15 @@
EOF;
  }
// database connection error
else if ($ERROR_CODE==0x01f4)
  {
  $__error_title = "DATABASE ERROR: CONNECTION FAILED!";
  $__error_text  =  <<<EOF
Unable to connect to the database!<br />
Please contact your server-administrator.
EOF;
  }
// system error
else