program/steps/settings/save_prefs.inc | ●●●●● patch | view | raw | blame | history |
program/steps/settings/save_prefs.inc
@@ -42,6 +42,12 @@ rcmail_set_locale($sess_user_lang); } // force min size if ($a_user_prefs['pagesize'] == 0) { $a_user_prefs['pagesize'] = 10; } if (rcmail_save_user_prefs($a_user_prefs)) $OUTPUT->show_message('successfullysaved', 'confirmation');