]> git.mxchange.org Git - friendica.git/commitdiff
Moved is_filled_array() to both dba classes and named it is_result().
authorRoland Haeder <roland@mxchange.org>
Sat, 12 Mar 2016 17:54:55 +0000 (18:54 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 1 May 2016 11:52:18 +0000 (13:52 +0200)
Please see ticket #2390 for full discussion.

Signed-off-by: Roland Haeder <roland@mxchange.org>
boot.php

index 57d1c77684d69b00a8ed1e9910466d327d02e547..108d8d0ede9cdcc6e356e04f72f244867016baf5 100644 (file)
--- 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);
-}