aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 96a128fd..47293240 100644
--- a/index.php
+++ b/index.php
@@ -2130,7 +2130,7 @@ function install()
2130 2130
2131 // Display config form: 2131 // Display config form:
2132 list($timezone_form,$timezone_js) = templateTZform(); 2132 list($timezone_form,$timezone_js) = templateTZform();
2133 $timezone_html=''; if ($timezone_form!='') $timezone_html='<tr><td valign="top"><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>'; 2133 $timezone_html=''; if ($timezone_form!='') $timezone_html='<tr><td><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>';
2134 2134
2135 $PAGE = new pageBuilder; 2135 $PAGE = new pageBuilder;
2136 $PAGE->assign('timezone_html',$timezone_html); 2136 $PAGE->assign('timezone_html',$timezone_html);