mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -316,11 +316,19 @@ class factory implements driver_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function sql_nextid()
|
||||
{
|
||||
return $this->get_driver()->sql_nextid();
|
||||
return $this->get_driver()->sql_last_inserted_id();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function sql_last_inserted_id()
|
||||
{
|
||||
return $this->get_driver()->sql_last_inserted_id();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user