Moves the function "is_result" from dba to dbm.
This commit is contained in:
@@ -86,7 +86,7 @@ class ForumManager {
|
||||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
if(dba::is_result($contacts)) {
|
||||
if(dbm::is_result($contacts)) {
|
||||
|
||||
$id = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user