mirror of
https://github.com/friendica/friendica
synced 2025-05-22 01:44:12 +02: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
|
@ -704,7 +704,7 @@ class DBA
|
|||
*
|
||||
* @return int Number of rows
|
||||
*/
|
||||
public static function affected_rows() {
|
||||
public static function affectedRows() {
|
||||
return self::$affected_rows;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue