]> git.mxchange.org Git - friendica.git/blobdiff - include/dba.php
you and me babe
[friendica.git] / include / dba.php
index 0500682306fe7c141e2c1c808131f5a3235147a2..9e44db5fbb85188e4bcbf589f34e3c6192b61704 100644 (file)
@@ -46,7 +46,7 @@ class dba {
                        else
                                $mesg = $result->num_rows.' results' . EOL;
         
-                       $str =  'SQL = ' . $sql . EOL . 'SQL returned ' . $mesg . EOL;
+                       $str =  'SQL = ' . printable($sql) . EOL . 'SQL returned ' . $mesg . EOL;
 
                        switch($this->debug) {
                                case 3: