From 296f6e9f1166d8623c1d9ed37dc55dbbdc02f5be Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 22 Oct 2007 15:48:26 +0000 Subject: - Patch #180948 by quicksketch: automatically populate e-mail fields during install. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') 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 handbook page on Clean URLs 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 handbook page on Clean URLs has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting'); drupal_add_js(' // Global Killswitch if (Drupal.jsEnabled) { -- cgit v1.2.3