program/steps/settings/save_prefs.inc | ●●●●● patch | view | raw | blame | history |
program/steps/settings/save_prefs.inc
@@ -47,6 +47,10 @@ { $a_user_prefs['pagesize'] = 10; } if (isset($CONFIG['max_pagesize']) && ($a_user_prefs['pagesize'] > $CONFIG['max_pagesize'])) { $a_user_prefs['pagesize'] = (int) $CONFIG['max_pagesize']; } if (rcmail_save_user_prefs($a_user_prefs)) $OUTPUT->show_message('successfullysaved', 'confirmation');