alecpl
2011-01-19 b373fd4b3db8dfc141d6def66ed1cf97aa5e486a
program/steps/settings/save_prefs.inc
@@ -129,6 +129,8 @@
    if (isset($CONFIG['max_pagesize']) && ($a_user_prefs['pagesize'] > $CONFIG['max_pagesize']))
      $a_user_prefs['pagesize'] = (int) $CONFIG['max_pagesize'];
    $a_user_prefs['timezone'] = $_SESSION['timezone'] = (string) $a_user_prefs['timezone'];
  break;
  case 'mailbox':