Rename DBA::is_result to DBA::isResult
This commit is contained in:
parent
0ec44f3e8a
commit
ecea7425f8
152 changed files with 765 additions and 765 deletions
|
@ -116,7 +116,7 @@ function update_1191() {
|
|||
);
|
||||
|
||||
// convert old forumlist addon entries in new config entries
|
||||
if (DBA::is_result($r)) {
|
||||
if (DBA::isResult($r)) {
|
||||
foreach ($r as $rr) {
|
||||
$uid = $rr['uid'];
|
||||
$family = $rr['cat'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue