Moves the function "is_result" from dba to dbm.

This commit is contained in:
Michael Vogel 2016-07-02 14:00:42 +02:00
commit e4c6cfd2d8
11 changed files with 30 additions and 40 deletions

View file

@ -298,7 +298,7 @@ function profile_content(&$a, $update = 0) {
$parents_arr = array();
$parents_str = '';
if (dba::is_result($r)) {
if (dbm::is_result($r)) {
foreach($r as $rr)
$parents_arr[] = $rr['item_id'];
$parents_str = implode(', ', $parents_arr);