diff options
Diffstat (limited to 'include/dba.php')
-rw-r--r-- | include/dba.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dba.php b/include/dba.php index 07142dbad..050068230 100644 --- a/include/dba.php +++ b/include/dba.php @@ -20,6 +20,10 @@ class dba { system_unavailable(); } + public function getdb() { + return $this->db; + } + public function q($sql) { global $debug_text; |