mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/17176] Pass query_id by ref in sql_fetchfield()
PHPBB3-17176
This commit is contained in:
@@ -268,7 +268,7 @@ interface driver_interface
|
||||
* @return mixed String value of the field in the selected row,
|
||||
* false, if the row does not exist
|
||||
*/
|
||||
public function sql_fetchfield($field, $rownum = false, $query_id = false);
|
||||
public function sql_fetchfield($field, $rownum = false, &$query_id = false);
|
||||
|
||||
/**
|
||||
* Fetch current row
|
||||
|
Reference in New Issue
Block a user