diff options
author | Friendika <info@friendika.com> | 2010-12-08 23:08:59 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-08 23:08:59 -0800 |
commit | 03c1e5a5ad764d5cfaa03fffdc9e80222f70088e (patch) | |
tree | e524a4fd78c1e3348bf8854b7000c65faaf2046f /include/dba.php | |
parent | eb13833d2a81dbe3bc11039061f718846e7f5be9 (diff) | |
download | volse-hubzilla-03c1e5a5ad764d5cfaa03fffdc9e80222f70088e.tar.gz volse-hubzilla-03c1e5a5ad764d5cfaa03fffdc9e80222f70088e.tar.bz2 volse-hubzilla-03c1e5a5ad764d5cfaa03fffdc9e80222f70088e.zip |
never enough comments
Diffstat (limited to 'include/dba.php')
-rw-r--r-- | include/dba.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dba.php b/include/dba.php index fd403b560..ae3a4957b 100644 --- a/include/dba.php +++ b/include/dba.php @@ -28,7 +28,6 @@ class dba { } public function q($sql) { - global $debug_text; if(! $this->db ) return false; |