During the contact import unset the data array.

This commit is contained in:
Mark Crane 2012-09-10 21:31:06 +00:00
parent 47eb5bfe37
commit efb8672d2c
1 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,8 @@ else {
}
//save the results into an array
$results[] = $data;
//clear the array
unset($data);
}
//increment $x
$x++;