summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-08 04:33:35 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-08 04:33:35 +0000
commit880bb9057fee3765f29634650b728f48b88a5c94 (patch)
treeaf9e1267015036229229aa3aa2024d5ce74cadd0 /install.php
parent1931f3b9d4e8f281dfa240373059f8c1f35e7c4f (diff)
downloadbrdo-880bb9057fee3765f29634650b728f48b88a5c94.tar.gz
brdo-880bb9057fee3765f29634650b728f48b88a5c94.tar.bz2
- Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 447e38266..89d694716 100644
--- a/install.php
+++ b/install.php
@@ -267,7 +267,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
'#size' => 45,
);
- // Database username
+ // Database password
$form['basic_options']['password'] = array(
'#type' => 'password',
'#title' => st('Database password'),