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

[ticket/9685] Consistently name the new sql_buffer_nested_transactions function

PHPBB3-9685
This commit is contained in:
Nils Adermann
2011-06-02 01:45:12 +02:00
parent 7da88f9103
commit ebe83769e6
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ class dbal_mssqlnative extends dbal
/**
* {@inheritDoc}
*/
function sql_buffer_nested_transaction()
function sql_buffer_nested_transactions()
{
return true;
}