summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-22 15:48:26 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-22 15:48:26 +0000
commit296f6e9f1166d8623c1d9ed37dc55dbbdc02f5be (patch)
tree012aef0ba703bd04c8dffbea93c4b5b7ddff2d6b /install.php
parent923abc794ce79d62fdf0a37923dc927193d87441 (diff)
downloadbrdo-296f6e9f1166d8623c1d9ed37dc55dbbdc02f5be.tar.gz
brdo-296f6e9f1166d8623c1d9ed37dc55dbbdc02f5be.tar.bz2
- Patch #180948 by quicksketch: automatically populate e-mail fields during install.
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 d117fcebe..1cc77bb47 100644
--- a/install.php
+++ b/install.php
@@ -922,7 +922,7 @@ function install_configure_form() {
drupal_add_js(drupal_get_path('module', 'system') .'/system.js', 'module');
// We add these strings as settings because JavaScript translation does not
// work on install time.
- drupal_add_js(array('cleanURL' => array('success' => st('Your server has been successfully tested to support this feature.'), 'failure' => st('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting');
+ drupal_add_js(array('copyFieldValue' => array('edit-site-mail' => array('edit-account-mail')), 'cleanURL' => array('success' => st('Your server has been successfully tested to support this feature.'), 'failure' => st('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting');
drupal_add_js('
// Global Killswitch
if (Drupal.jsEnabled) {