X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdba.php;h=9e44db5fbb85188e4bcbf589f34e3c6192b61704;hb=55351114facbe2a911b75e906c88b1b5ac5765bb;hp=0500682306fe7c141e2c1c808131f5a3235147a2;hpb=35e29e10e69dfb086e990d852aa6b5006ce31d1b;p=friendica.git diff --git a/include/dba.php b/include/dba.php index 0500682306..9e44db5fbb 100644 --- a/include/dba.php +++ b/include/dba.php @@ -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: