During the contact import unset the data array.
This commit is contained in:
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user