mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 18:49:52 +02:00
[ticket/17176] Pass query_id by ref in sql_fetchfield()
PHPBB3-17176
This commit is contained in:
@@ -294,7 +294,7 @@ class factory implements driver_interface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function sql_fetchfield($field, $rownum = false, $query_id = false)
|
||||
public function sql_fetchfield($field, $rownum = false, &$query_id = false)
|
||||
{
|
||||
return $this->get_driver()->sql_fetchfield($field, $rownum, $query_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user