mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
Rename DBA::affected_rows to DBA::affectedRows
This commit is contained in:
parent
d3144e2837
commit
e42cf4d4fc
3 changed files with 4 additions and 4 deletions
|
@ -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)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue