Ignore:
Timestamp:
Mar 23, 2006 5:32:47 PM (7 years ago)
Author:
roundcube
Message:

Started implementing search function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/save_prefs.inc

    r105 r171  
    2626 
    2727$a_user_prefs['timezone'] = isset($_POST['_timezone']) ? floatval($_POST['_timezone']) : $CONFIG['timezone']; 
     28$a_user_prefs['dst_active'] = isset($_POST['_dst_active']) ? TRUE : FALSE; 
    2829$a_user_prefs['pagesize'] = is_numeric($_POST['_pagesize']) ? (int)$_POST['_pagesize'] : $CONFIG['pagesize']; 
    2930$a_user_prefs['prefer_html'] = isset($_POST['_prefer_html']) ? TRUE : FALSE; 
Note: See TracChangeset for help on using the changeset viewer.