Changeset 1619 in subversion for trunk/roundcubemail/program/steps/settings/save_prefs.inc
- Timestamp:
- Jul 31, 2008 4:27:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/save_prefs.inc
r1542 r1619 37 37 'mdn_requests' => isset($_POST['_mdn_requests']) ? intval($_POST['_mdn_requests']) : 0, 38 38 'skin' => isset($_POST['_skin']) ? get_input_value('_skin', RCUBE_INPUT_POST) : $CONFIG['skin'], 39 'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST), 40 'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST), 41 'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST), 42 'trash_mbox' => get_input_value('_trash_mbox', RCUBE_INPUT_POST), 39 43 ); 40 44
Note: See TracChangeset
for help on using the changeset viewer.
