From: Roland Haeder Date: Sat, 12 Mar 2016 17:54:55 +0000 (+0100) Subject: Moved is_filled_array() to both dba classes and named it is_result(). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=56a2bbc7400048b871fe58c4f6358621c0abd770;p=friendica.git Moved is_filled_array() to both dba classes and named it is_result(). Please see ticket #2390 for full discussion. Signed-off-by: Roland Haeder --- diff --git a/boot.php b/boot.php index 57d1c77684..108d8d0ede 100644 --- a/boot.php +++ b/boot.php @@ -2202,7 +2202,3 @@ function argv($x) { return ''; } - -function is_filled_array ($array) { - return (is_array($array) && count($array) > 0); -}