mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Change for getAssocArray and getNumRows functions to old values (nn default values).
This commit is contained in:
@@ -665,7 +665,7 @@ class DB extends \PDO
|
||||
* @param PDOStatement $result
|
||||
* @return array
|
||||
*/
|
||||
public function getAssocArray( PDOStatement $result)
|
||||
public function getAssocArray(PDOStatement $result)
|
||||
{
|
||||
return $result->fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user