diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index ab425ace3..2a7fefdc6 100644 --- a/install.php +++ b/install.php @@ -168,7 +168,6 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur $db_types = drupal_detect_database_types(); if (count($db_types) == 0) { $form['no_db_types'] = array( - '#type' => 'markup', '#value' => st('Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that <a href="@drupal-databases">Drupal supports</a>.', array('@drupal-databases' => 'http://drupal.org/node/270#database')), ); } |