summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-26 05:31:14 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-26 05:31:14 +0000
commitcb8be5f82182998bfb5a69ef10a5354e1ae2accd (patch)
tree385b42471eabd340e844b891ac9b111ed04babcf /install.php
parent13232aba9738f001c91ace7b23061418591303bb (diff)
downloadbrdo-cb8be5f82182998bfb5a69ef10a5354e1ae2accd.tar.gz
brdo-cb8be5f82182998bfb5a69ef10a5354e1ae2accd.tar.bz2
- Patch #89285 by profix: code simplifications.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
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')),
);
}