thomascube
2007-04-28 f1154163b0a9efb21d722bc658352739040ffd61
program/steps/error.inc
@@ -63,6 +63,15 @@
EOF;
  }
// database connection error
else if ($ERROR_CODE==603)
  {
  $__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