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
+2
View File
@@ -277,6 +277,8 @@ else {
} }
//save the results into an array //save the results into an array
$results[] = $data; $results[] = $data;
//clear the array
unset($data);
} }
//increment $x //increment $x
$x++; $x++;