diff -r 1ede5203910d -r edd0c3ee3e1d inc/database.inc.php --- a/inc/database.inc.php Thu Apr 24 22:33:28 2008 +0000 +++ b/inc/database.inc.php Mon Apr 28 18:18:06 2008 +0000 @@ -23,12 +23,7 @@ function dbError($msg) { - // General function for printing critical errors. - include_once("header.inc.php"); - ?> -

-

getDebugInfo(); ?>

- Error: " . $msg->getDebugInfo() . "\n"; include_once("footer.inc.php"); die(); }