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 <roland@mxchange.org>
This commit is contained in:
Roland Haeder
2016-03-12 18:54:55 +01:00
parent c60605ce0c
commit 9cfc249b12
8 changed files with 39 additions and 24 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class ForumManager {
$total = count($contacts);
$visible_forums = 10;
if(is_filled_array($contacts)) {
if(dba::is_result($contacts)) {
$id = 0;