alecpl
2010-06-15 330a10b95294bcc082b880f30d9548891d63a1b0
- remove debug code


1 files modified
1 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1530,7 +1530,6 @@
  // get user's timezone
  if ($CONFIG['timezone'] === 'auto') {
  console($_SESSION['timezone']);
    $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : date('Z')/3600;
  }
  else {