mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:02:54 +00:00
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:
parent
6177607bca
commit
56a2bbc740
1 changed files with 0 additions and 4 deletions
4
boot.php
4
boot.php
|
@ -2202,7 +2202,3 @@ function argv($x) {
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
function is_filled_array ($array) {
|
|
||||||
return (is_array($array) && count($array) > 0);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue