From 48c0d497bba2d6a60c3360bf443f35e54946626d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 06 Sep 2008 12:58:22 -0400 Subject: [PATCH] Reset page number when exporting contacts --- 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 bfffac1..494fc23 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(); -- Gitblit v1.9.1