mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10112] Replaced a couple occurrences of count() with sizeof()
This commit is contained in:
@@ -50,7 +50,7 @@ class result_mssqlnative
|
||||
}
|
||||
}
|
||||
|
||||
$this->m_row_count = count($this->m_rows);
|
||||
$this->m_row_count = sizeof($this->m_rows);
|
||||
}
|
||||
|
||||
private function array_to_obj($array, &$obj)
|
||||
|
Reference in New Issue
Block a user