diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2129,7 +2129,7 @@ function install() | |||
2129 | 2129 | ||
2130 | // Display config form: | 2130 | // Display config form: |
2131 | list($timezone_form,$timezone_js) = templateTZform(); | 2131 | list($timezone_form,$timezone_js) = templateTZform(); |
2132 | $timezone_html=''; if ($timezone_form!='') $timezone_html='<tr><td valign="top"><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>'; | 2132 | $timezone_html=''; if ($timezone_form!='') $timezone_html='<tr><td><b>Timezone:</b></td><td>'.$timezone_form.'</td></tr>'; |
2133 | 2133 | ||
2134 | $PAGE = new pageBuilder; | 2134 | $PAGE = new pageBuilder; |
2135 | $PAGE->assign('timezone_html',$timezone_html); | 2135 | $PAGE->assign('timezone_html',$timezone_html); |