1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 17:41:25 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-04-11 22:22:26 +02:00
9 changed files with 64 additions and 25 deletions

View File

@@ -568,9 +568,9 @@ class oracle extends \phpbb\db\driver\driver
}
/**
* {@inheritDoc}
*/
function sql_nextid()
* {@inheritdoc}
*/
public function sql_last_inserted_id()
{
$query_id = $this->query_result;