From: Michael Vogel Date: Sat, 14 Apr 2012 11:35:11 +0000 (+0200) Subject: DBA: Reverting back to original source X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e825a73f1de308b6ae0ae3cc5549263704a14594;p=friendica.git DBA: Reverting back to original source --- diff --git a/include/dba.php b/include/dba.php index 76cc0bc7b9..44a663eac4 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'); } -}} - - +}}