diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 10:25:19 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 10:25:19 +0000 |
| commit | f2c3b4111d4573b7b724f7132c3e578ed418c75b (patch) | |
| tree | fd8972573fb3946c96aeb41592d4a154c5eb8e5e | |
| parent | d22de1b72ad22039015044ef10854e089b8d48d6 (diff) | |
+ feedback
git-svn-id: https://svn.roundcube.net/trunk@733 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/settings/save_prefs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
