aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index 5d1496036a..f6be615775 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -94,14 +94,14 @@ $available_dbms = array(
'COMMENTS' => 'remove_remarks'
),
'mysqli' => array(
- 'LABEL' => 'MySQL 4.1.x (MySQLi)',
+ 'LABEL' => 'MySQL 4.1.x/5.x (MySQLi)',
'SCHEMA' => 'mysql',
- 'MODULE' => 'mysqli',
+ 'MODULE' => 'mysqli',
'DELIM' => ';',
'COMMENTS' => 'remove_remarks'
),
'mysql4' => array(
- 'LABEL' => 'MySQL 4',
+ 'LABEL' => 'MySQL 4.x/5.x',
'SCHEMA' => 'mysql',
'MODULE' => 'mysql',
'DELIM' => ';',