Rename DBA::affected_rows to DBA::affectedRows
This commit is contained in:
@@ -809,7 +809,7 @@ class Item extends BaseObject
|
||||
}
|
||||
|
||||
// When there is no content for the "old" item table, this will count the fetched items
|
||||
$rows = DBA::affected_rows();
|
||||
$rows = DBA::affectedRows();
|
||||
|
||||
while ($item = DBA::fetch($items)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user