From 56a2bbc7400048b871fe58c4f6358621c0abd770 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 12 Mar 2016 18:54:55 +0100 Subject: [PATCH] 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 --- boot.php | 4 ---- 1 file changed, 4 deletions(-) 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); -}