Reset page number when exporting contacts

release-0.6
thomascube 16 years ago
parent cf1d86d50e
commit 48c0d497bb

@ -20,6 +20,7 @@
*/
// get contacts for this user
$CONTACTS->set_page(1);
$CONTACTS->set_pagesize(999);
$result = $CONTACTS->list_records();

Loading…
Cancel
Save