diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-06 16:58:22 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-06 16:58:22 +0000 |
| commit | 7e11fee1f6c912c47b376c24ad2362d33b8915cb (patch) | |
| tree | f168a889136d8ef675ad0f7de90b83195474f0ca | |
| parent | a8d099868d722718c94974255c8d91a1fd9af44b (diff) | |
Reset page number when exporting contacts
git-svn-id: https://svn.roundcube.net/trunk@1753 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/addressbook/export.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/addressbook/export.inc b/roundcubemail/program/steps/addressbook/export.inc index bfffac1f8..494fc23f4 100644 --- a/roundcubemail/program/steps/addressbook/export.inc +++ b/roundcubemail/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(); |
