mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
contact search + sync to personal edition, installer db check + curl proxy
This commit is contained in:
parent
478f84d9f2
commit
1a1f9b296c
9 changed files with 64 additions and 18 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue