diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-14 13:35:11 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-14 13:35:11 +0200 |
commit | e825a73f1de308b6ae0ae3cc5549263704a14594 (patch) | |
tree | 8e1c168607aba073bf37c78df54e93af45fa5c7f /include/dba.php | |
parent | eb27c32065f64611013cb988ffe28514e14559ac (diff) | |
download | volse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.tar.gz volse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.tar.bz2 volse-hubzilla-e825a73f1de308b6ae0ae3cc5549263704a14594.zip |
DBA: Reverting back to original source
Diffstat (limited to 'include/dba.php')
-rw-r--r-- | include/dba.php | 4 |
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'); } -}} - - +}} |