thomascube
2008-09-06 48c0d497bba2d6a60c3360bf443f35e54946626d
Reset page number when exporting contacts

1 files modified
1 ■■■■ changed files
program/steps/addressbook/export.inc 1 ●●●● patch | view | raw | blame | history
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();