always: Initialise the AWL db connection.

This commit is contained in:
Andrew McMillan 2010-02-17 23:52:47 +13:00
parent 26c00618f1
commit 86ca750828
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
$c = (object) array();
// Ditto for a few other global things
unset($session); unset($request); unset($dbconn);
unset($session); unset($request); unset($dbconn); unset($_awl_dbconn);
// An ultra-simple exception handler to catch errors that occur
// before we get a more functional exception handler in place...

View File

@ -10,7 +10,7 @@
$c = (object) array();
// Ditto for a few other global things
unset($session); unset($request); unset($dbconn);
unset($session); unset($request); unset($dbconn); unset($_awl_dbconn);
// An ultra-simple exception handler to catch errors that occur
// before we get a more functional exception handler in place...