From 1a1f9b296c163af850d68babfb844e617f154875 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 17 Aug 2010 18:44:13 -0700 Subject: contact search + sync to personal edition, installer db check + curl proxy --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dba.php') diff --git a/include/dba.php b/include/dba.php index 050068230..9e44db5fb 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: -- cgit v1.2.3