mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
always: Initialise the AWL db connection.
This commit is contained in:
parent
26c00618f1
commit
86ca750828
@ -10,7 +10,7 @@
|
|||||||
$c = (object) array();
|
$c = (object) array();
|
||||||
|
|
||||||
// Ditto for a few other global things
|
// 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
|
// An ultra-simple exception handler to catch errors that occur
|
||||||
// before we get a more functional exception handler in place...
|
// before we get a more functional exception handler in place...
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
$c = (object) array();
|
$c = (object) array();
|
||||||
|
|
||||||
// Ditto for a few other global things
|
// 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
|
// An ultra-simple exception handler to catch errors that occur
|
||||||
// before we get a more functional exception handler in place...
|
// before we get a more functional exception handler in place...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user