Changeset 55fb735 in github
- Timestamp:
- Sep 11, 2008 5:23:00 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f89f03c
- Parents:
- 47ac163
- File:
-
- 1 edited
-
program/steps/settings/save_prefs.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/settings/save_prefs.inc
rc8ae249 r55fb735 21 21 22 22 $a_user_prefs = array( 23 'language' => isset($_POST['_language']) ? get_input_value('_language', RCUBE_INPUT_POST) : $CONFIG['language'], 23 24 'timezone' => isset($_POST['_timezone']) ? (is_numeric($_POST['_timezone']) ? floatval($_POST['_timezone']) : get_input_value('_timezone', RCUBE_INPUT_POST)) : $CONFIG['timezone'], 24 25 'dst_active' => isset($_POST['_dst_active']) ? TRUE : FALSE, … … 62 63 // switch UI language 63 64 if (isset($_POST['_language'])) { 64 $RCMAIL->load_language( get_input_value('_language', RCUBE_INPUT_POST));65 $RCMAIL->load_language($a_user_prefs['language']); 65 66 } 66 67
Note: See TracChangeset
for help on using the changeset viewer.
