From ac68fc494f9919a6537b3c5b3b3b95e4ea6d85aa Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 27 Sep 2012 06:21:56 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- installer/config.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/config.php b/installer/config.php index 905fb06..6897ffb 100644 --- a/installer/config.php +++ b/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)); } } -- Gitblit v1.9.1