till
2007-08-28 b3a6455e649f84b7e40311132cd0bb8fcc8eea2a
# fixed: #1484527



1 files modified
6 ■■■■■ changed files
program/steps/settings/save_prefs.inc 6 ●●●●● 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');