diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-15 10:15:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-15 10:15:41 +0000 |
| commit | 9cc622a95c441132b2714f6ac59efc805b175743 (patch) | |
| tree | 05b8159bead8219485239e8ffd4eb9b96e9d39e8 | |
| parent | ce76ff1d3761839df4c540baac8a2f1196f6f362 (diff) | |
- remove debug code
git-svn-id: https://svn.roundcube.net/trunk@3754 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index c7489148e..a63b50907 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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 { |
