diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-09 11:56:26 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-09 11:56:26 +0100 |
commit | 037cd5d80993dedfccfe9ef25679c54297ef1546 (patch) | |
tree | e524a4fd78c1e3348bf8854b7000c65faaf2046f /include/dba.php | |
parent | a96da925712184eec97f6ca01072b7c2bee92a7e (diff) | |
parent | 03c1e5a5ad764d5cfaa03fffdc9e80222f70088e (diff) | |
download | volse-hubzilla-037cd5d80993dedfccfe9ef25679c54297ef1546.tar.gz volse-hubzilla-037cd5d80993dedfccfe9ef25679c54297ef1546.tar.bz2 volse-hubzilla-037cd5d80993dedfccfe9ef25679c54297ef1546.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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; |