From cb8be5f82182998bfb5a69ef10a5354e1ae2accd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Oct 2006 05:31:14 +0000 Subject: - Patch #89285 by profix: code simplifications. --- install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'install.php') 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 Drupal supports.', array('@drupal-databases' => 'http://drupal.org/node/270#database')), ); } -- cgit v1.2.3