From f2c3b4111d4573b7b724f7132c3e578ed418c75b Mon Sep 17 00:00:00 2001 From: till Date: Wed, 29 Aug 2007 10:25:19 +0000 Subject: + feedback git-svn-id: https://svn.roundcube.net/trunk@733 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/save_prefs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/settings/save_prefs.inc b/roundcubemail/program/steps/settings/save_prefs.inc index 9f4df5302..43285e586 100644 --- a/roundcubemail/program/steps/settings/save_prefs.inc +++ b/roundcubemail/program/steps/settings/save_prefs.inc @@ -43,7 +43,7 @@ if (isset($_POST['_language'])) } // force min size -if ($a_user_prefs['pagesize'] == 0) +if ($a_user_prefs['pagesize'] < 1) { $a_user_prefs['pagesize'] = 10; } -- cgit v1.2.3