summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-25 17:35:47 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-25 17:35:47 +0000
commit6ea74bfe476b56a1831ba7c1ec3ac870cbf89348 (patch)
tree1baf44d807195764e70019957522bd8a5c3530ef /install.php
parent739a8574870971b813c396080b11ef365f183fd1 (diff)
downloadbrdo-6ea74bfe476b56a1831ba7c1ec3ac870cbf89348.tar.gz
brdo-6ea74bfe476b56a1831ba7c1ec3ac870cbf89348.tar.bz2
#149092 by Gurpartap Singh slightly modified: Usability: generalize timezone discovery to use on user registration
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 cc8b3199b..0268ae6e1 100644
--- a/install.php
+++ b/install.php
@@ -914,7 +914,7 @@ function install_configure_form() {
if (Drupal.jsEnabled) {
$(document).ready(function() {
Drupal.cleanURLsInstallCheck();
- Drupal.installDefaultTimezone();
+ Drupal.setDefaultTimezone();
});
}', 'inline');