aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-04-14 13:35:11 +0200
committerMichael Vogel <icarus@dabo.de>2012-04-14 13:35:11 +0200
commite825a73f1de308b6ae0ae3cc5549263704a14594 (patch)
tree8e1c168607aba073bf37c78df54e93af45fa5c7f /include
parenteb27c32065f64611013cb988ffe28514e14559ac (diff)
downloadvolse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.tar.gz
volse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.tar.bz2
volse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.zip
DBA: Reverting back to original source
Diffstat (limited to 'include')
-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');
}
-}}
-
-
+}}