diff options
author | alecpl <alec@alec.pl> | 2010-06-15 10:15:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-15 10:15:41 +0000 |
commit | 330a10b95294bcc082b880f30d9548891d63a1b0 (patch) | |
tree | a1b709fb0e7e454a51d4841b1eb39d5c4a33e469 | |
parent | 161bb97f45aef45124077a6e010fa73de7f8fe5f (diff) |
- remove debug code
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index c7489148e..a63b50907 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1530,7 +1530,6 @@ function rcmail_user_date() // get user's timezone if ($CONFIG['timezone'] === 'auto') { - console($_SESSION['timezone']); $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : date('Z')/3600; } else { |