From 386156138f63fbabf9ac71a81a6bea99410c8100 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 9 Sep 2014 02:42:07 -0700 Subject: syntax error in dba driver, document z_post_url --- include/dba/dba_driver.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dba') diff --git a/include/dba/dba_driver.php b/include/dba/dba_driver.php index 9e1804a7d..3e19b7aa4 100755 --- a/include/dba/dba_driver.php +++ b/include/dba/dba_driver.php @@ -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); } -- cgit v1.2.3