summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-09-06 07:36:17 +0000
committerDries Buytaert <dries@buytaert.net>2006-09-06 07:36:17 +0000
commit971129417e1dbacbe044c986d4d47739f49b65da (patch)
treeaa96497795dfb34d5049a06e03f6e9155e8e2ab4 /install.php
parent20d3be4cf5be4895695e4df6222fb0fd1a22ae12 (diff)
downloadbrdo-971129417e1dbacbe044c986d4d47739f49b65da.tar.gz
brdo-971129417e1dbacbe044c986d4d47739f49b65da.tar.bz2
- Patch #82616 by flk: database password should be optional.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/install.php b/install.php
index 48cec04c0..32e21f00a 100644
--- a/install.php
+++ b/install.php
@@ -227,7 +227,6 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#default_value' => $db_pass,
'#size' => 45,
'#maxlength' => 45,
- '#required' => TRUE,
);
$form['advanced_options'] = array(
@@ -256,7 +255,6 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#default_value' => $db_prefix,
'#size' => 45,
'#maxlength' => 45,
- '#required' => FALSE,
'#description' => st('If more than one @drupal web site will be sharing this database, enter a table prefix for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
);