During the contact import unset the data array.
This commit is contained in:
parent
47eb5bfe37
commit
efb8672d2c
|
|
@ -277,6 +277,8 @@ else {
|
|||
}
|
||||
//save the results into an array
|
||||
$results[] = $data;
|
||||
//clear the array
|
||||
unset($data);
|
||||
}
|
||||
//increment $x
|
||||
$x++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue