summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-24 05:19:40 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-24 05:19:40 +0000
commit403485170bb17f08a0f077789babd74174009b72 (patch)
treebb5cdff3f8ffdbfc63379c1664e12f197acffe6f /install.php
parent6ef4875e8702725c58d309bab0bebdcb2dcf5482 (diff)
downloadbrdo-403485170bb17f08a0f077789babd74174009b72.tar.gz
brdo-403485170bb17f08a0f077789babd74174009b72.tar.bz2
- Patch #471218 by Bojhan: remove unnecessary database configuration instructions.
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 61aced16b..c70106998 100644
--- a/install.php
+++ b/install.php
@@ -234,7 +234,6 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
$form['basic_options'] = array(
'#type' => 'fieldset',
'#title' => st('Basic options'),
- '#description' => '<p>' . st('To set up your @drupal database, enter the following information.', array('@drupal' => drupal_install_profile_name())) . '</p>',
);
$form['basic_options']['driver'] = array(