contact search + sync to personal edition, installer db check + curl proxy

This commit is contained in:
Mike Macgirvin 2010-08-17 18:44:13 -07:00
parent 478f84d9f2
commit 1a1f9b296c
9 changed files with 64 additions and 18 deletions

View 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: