]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
freeform text area for private contact info - notes or things you just want to rememb...
[friendica.git] / include / dba.php
index fd403b56097c63908d0fab2abdc918ce0aeb153e..ae3a4957b6b08ec95b69b93459c9cde6f0f88709 100644 (file)
@@ -28,7 +28,6 @@ class dba {
        }
 
        public function q($sql) {
-               global $debug_text;
                
                if(! $this->db )
                        return false;