mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17176] Pass query_id by ref in sql_fetchfield()
PHPBB3-17176
This commit is contained in:
@@ -298,7 +298,7 @@ class postgres extends \phpbb\db\driver\driver
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function sql_fetchfield($field, $rownum = false, $query_id = false)
|
||||
function sql_fetchfield($field, $rownum = false, &$query_id = false)
|
||||
{
|
||||
global $cache;
|
||||
|
||||
|
Reference in New Issue
Block a user