diff options
author | thomascube <thomas@roundcube.net> | 2008-09-06 16:58:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-06 16:58:22 +0000 |
commit | 48c0d497bba2d6a60c3360bf443f35e54946626d (patch) | |
tree | 7bdd8a656f70a8bc12c33c82e8200b88c27b9db9 /program/steps/addressbook/export.inc | |
parent | cf1d86d50ea928ae459abcae6d09f8bf2014738f (diff) |
Reset page number when exporting contacts
Diffstat (limited to 'program/steps/addressbook/export.inc')
-rw-r--r-- | program/steps/addressbook/export.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/addressbook/export.inc b/program/steps/addressbook/export.inc index bfffac1f8..494fc23f4 100644 --- a/program/steps/addressbook/export.inc +++ b/program/steps/addressbook/export.inc @@ -20,6 +20,7 @@ */ // get contacts for this user +$CONTACTS->set_page(1); $CONTACTS->set_pagesize(999); $result = $CONTACTS->list_records(); |