Thomas Bruederli
2012-09-27 ac68fc494f9919a6537b3c5b3b3b95e4ea6d85aa
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
2 ■■■ changed files
installer/config.php 2 ●●● patch | view | raw | blame | history
installer/config.php
@@ -270,7 +270,7 @@
$select_dbtype = new html_select(array('name' => '_dbtype', 'id' => "cfgdbtype"));
foreach ($RCI->supported_dbs as $database => $ext) {
    if (extension_loaded($ext)) {
        $select_dbtype->add($database, $ext);
        $select_dbtype->add($database, substr($ext, 4));
    }
}