aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-15 16:00:07 -0700
committerfriendica <info@friendica.com>2012-04-15 16:00:07 -0700
commit93df525f5c7cf85f106d574c42b26dded1b1cf11 (patch)
tree6e5506e6805ce462e8ba05552b34e2bac63d9ab6 /include/dba.php
parentb5c164bf2fee381c0a48e2f1e2e19d52fe8afdf4 (diff)
parente825a73f1de308b6ae0ae3cc5549263704a14594 (diff)
downloadvolse-hubzilla-93df525f5c7cf85f106d574c42b26dded1b1cf11.tar.gz
volse-hubzilla-93df525f5c7cf85f106d574c42b26dded1b1cf11.tar.bz2
volse-hubzilla-93df525f5c7cf85f106d574c42b26dded1b1cf11.zip
Merge pull request #238 from annando/master
API: Support of the statusnet application
Diffstat (limited to 'include/dba.php')
-rw-r--r--include/dba.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dba.php b/include/dba.php
index 76cc0bc7b..44a663eac 100644
--- a/include/dba.php
+++ b/include/dba.php
@@ -260,6 +260,4 @@ function dbesc_array(&$arr) {
if(is_array($arr) && count($arr)) {
array_walk($arr,'dbesc_array_cb');
}
-}}
-
-
+}}