Changeset 3974 in subversion for trunk/roundcubemail/program/steps/settings/save_prefs.inc
- Timestamp:
- Sep 18, 2010 12:32:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/save_prefs.inc
r3840 r3974 117 117 } 118 118 119 // switch skin 120 $OUTPUT->set_skin($a_user_prefs['skin']); 119 // switch skin (if valid, otherwise unset the pref and fall back to default) 120 if (!$OUTPUT->set_skin($a_user_prefs['skin'])) 121 unset($a_user_prefs['skin']); 121 122 122 123 // force min size
Note: See TracChangeset
for help on using the changeset viewer.
