syntax error in dba driver, document z_post_url

This commit is contained in:
friendica
2014-09-09 02:42:07 -07:00
parent 9753453ec4
commit 386156138f
2 changed files with 30 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ function q($sql) {
logger('dba: vsprintf error: ' . print_r(debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT,1),true));
else
logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true));
}
return $db->q($stmt);
}