summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-22 15:19:37 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-22 15:19:37 +0000
commita2871f73680c3d70cd8e74f476ca1b9252003193 (patch)
tree14b26c26b7e87521bc5f6f2c9ff75616484a9d27 /install.php
parent9db0fca72fbb415359b3d5dd4abd116e05f84f84 (diff)
downloadbrdo-a2871f73680c3d70cd8e74f476ca1b9252003193.tar.gz
brdo-a2871f73680c3d70cd8e74f476ca1b9252003193.tar.bz2
- Patch #184867 by deekayen: documentation improvement.
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 130e4b1e3..d117fcebe 100644
--- a/install.php
+++ b/install.php
@@ -397,7 +397,7 @@ function _install_settings_form_validate($db_prefix, $db_type, $db_user, $db_pas
$function = 'drupal_test_'. $db_type;
if (!$function($db_url, $success)) {
if (isset($success['CONNECT'])) {
- form_set_error('db_type', st('In order for Drupal to work and to proceed with the installation process you must resolve all permission issues reported above. We were able to verify that we have permission for the following commands: %commands. For more help with configuring your database server, see the <a href="http://drupal.org/node/258">Installation and upgrading handbook</a>. If you are unsure what any of this means you should probably contact your hosting provider.', array('%commands' => implode($success, ', '))));
+ form_set_error('db_type', st('In order for Drupal to work, and to continue with the installation process, you must resolve all permission issues reported above. We were able to verify that we have permission for the following commands: %commands. For more help with configuring your database server, see the <a href="http://drupal.org/node/258">Installation and upgrading handbook</a>. If you are unsure what any of this means you should probably contact your hosting provider.', array('%commands' => implode($success, ', '))));
}
else {
form_set_error('db_type', '');