diff options
Diffstat (limited to 'phpBB/includes/db/postgres.php')
| -rw-r--r-- | phpBB/includes/db/postgres.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/postgres.php b/phpBB/includes/db/postgres.php index 94bc70fa6a..e85a8d8f3f 100644 --- a/phpBB/includes/db/postgres.php +++ b/phpBB/includes/db/postgres.php @@ -264,7 +264,7 @@ class dbal_postgres extends dbal  	* Seek to given row number  	* rownum is zero-based  	*/ -	function sql_rowseek($rownum, $query_id = false) +	function sql_rowseek($rownum, &$query_id)  	{  		global $cache;  | 
