Changeset d9641b0 in github
- Timestamp:
- May 27, 2011 9:13:32 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 55150f8
- Parents:
- 5164670
- File:
-
- 1 edited
-
program/steps/settings/save_prefs.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/settings/save_prefs.inc
rd7344819 rd9641b0 81 81 case 'addressbook': 82 82 $a_user_prefs = array( 83 'default_addressbook' => get_input_value('_default_addressbook', RCUBE_INPUT_POST ),83 'default_addressbook' => get_input_value('_default_addressbook', RCUBE_INPUT_POST, true), 84 84 ); 85 85 … … 100 100 case 'folders': 101 101 $a_user_prefs = array( 102 'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST ),103 'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST ),104 'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST ),105 'trash_mbox' => get_input_value('_trash_mbox', RCUBE_INPUT_POST ),102 'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST, true), 103 'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST, true), 104 'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST, true), 105 'trash_mbox' => get_input_value('_trash_mbox', RCUBE_INPUT_POST, true), 106 106 ); 107 107
Note: See TracChangeset
for help on using the changeset viewer.
