From a3a738186f40d0a5c3548a0e4830d3bff2c438aa Mon Sep 17 00:00:00 2001 From: "fly.dvorkin" Date: Sat, 12 Nov 2011 18:30:40 +0000 Subject: [PATCH] r310 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit автотаймзона. забыл мелочь :-) git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@310 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/includes/ucp/usercp_register.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/upload/config.php b/upload/config.php index a7a115723..f39e457b5 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.2 Beta'; -$bb_cfg['tp_release_state'] = 'R308'; +$bb_cfg['tp_release_state'] = 'R310'; $bb_cfg['tp_release_date'] = '12-11-2011'; // Database diff --git a/upload/includes/ucp/usercp_register.php b/upload/includes/ucp/usercp_register.php index 464635d73..746d7cfbe 100644 --- a/upload/includes/ucp/usercp_register.php +++ b/upload/includes/ucp/usercp_register.php @@ -935,6 +935,7 @@ $template->assign_vars(array( 'LANGUAGE_SELECT' => language_select($user_lang, 'user_lang'), 'TIMEZONE_SELECT' => tz_select($user_timezone, 'user_timezone'), + 'USER_TIMEZONE' => $pr_data['user_timezone'], 'AVATAR_EXPLAIN' => sprintf($lang['AVATAR_EXPLAIN'], $bb_cfg['avatar_max_width'], $bb_cfg['avatar_max_height'], (round($bb_cfg['avatar_filesize'] / 1024))), 'SIGNATURE_EXPLAIN' => sprintf($lang['SIGNATURE_EXPLAIN'], $bb_cfg['max_sig_chars']),