Guest User

Untitled

a guest
Jan 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. $precords = array();
  2. while (true) {
  3.     $new_records = $app->dsQuery('ContactGroupAssign', 1000,$a, $pquery, $pfields);
  4.     if (empty($new_records)) break;
  5.         $precrods = array_merge($precords, $new_records);
  6. }
Add Comment
Please, Sign In to add comment