diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-02-24 10:35:09 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-02-24 10:35:09 +0100 |
commit | b10654e9a52279576a6bca8988a93d3e45ebf864 (patch) | |
tree | f5fcf5f13b39b7112ec19bc747deff3571fa7fb8 /phpBB | |
parent | df92b7bdf2e91f49461852eb962386009b64d2df (diff) | |
parent | a0f6e185ca79fcade2bbd7b9609c2383ed5a57c4 (diff) | |
download | forums-b10654e9a52279576a6bca8988a93d3e45ebf864.tar forums-b10654e9a52279576a6bca8988a93d3e45ebf864.tar.gz forums-b10654e9a52279576a6bca8988a93d3e45ebf864.tar.bz2 forums-b10654e9a52279576a6bca8988a93d3e45ebf864.tar.xz forums-b10654e9a52279576a6bca8988a93d3e45ebf864.zip |
Merge branch 'ticket/p/10056' into develop-olympus
* ticket/p/10056:
[ticket/10056] Corrected a typo in Firebird name.
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index d74d1dab68..01048520d2 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -227,7 +227,7 @@ if (empty($config['dbms_version'])) 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') { // We do not trust any PHP5 function enabled, we will simply test for a function new in 2.1 |