thomascube
2008-07-25 6d5dbae53cd4b4b97da0b0c558292a7f1062a524
program/steps/error.inc
@@ -5,7 +5,7 @@
 | program/steps/error.inc                                               |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -64,7 +64,7 @@
  }
// database connection error
else if ($ERROR_CODE==0x01f4)
else if ($ERROR_CODE==603)
  {
  $__error_title = "DATABASE ERROR: CONNECTION FAILED!";
  $__error_text  =  <<<EOF
@@ -97,11 +97,10 @@
if (template_exists('error'))
if ($OUTPUT->template_exists('error'))
  {
  $OUTPUT->scripts = array();
  $OUTPUT->script_files = array();
  parse_template('error');
  $OUTPUT->reset();
  $OUTPUT->send('error');
  }
@@ -124,4 +123,4 @@
</html>
EOF;
?>
?>