mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
Merge branch 'ticket/p/10056' into develop-olympus
* ticket/p/10056: [ticket/10056] Corrected a typo in Firebird name.
This commit is contained in:
commit
b10654e9a5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ if (empty($config['dbms_version']))
|
||||||
set_config('dbms_version', $db->sql_server_info(true));
|
set_config('dbms_version', $db->sql_server_info(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firebird update from Firebord 2.0 to 2.1+ required?
|
// Firebird update from Firebird 2.0 to 2.1+ required?
|
||||||
if ($db->sql_layer == 'firebird')
|
if ($db->sql_layer == 'firebird')
|
||||||
{
|
{
|
||||||
// We do not trust any PHP5 function enabled, we will simply test for a function new in 2.1
|
// We do not trust any PHP5 function enabled, we will simply test for a function new in 2.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue