mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
During the contact import unset the data array.
This commit is contained in:
@@ -277,6 +277,8 @@ else {
|
||||
}
|
||||
//save the results into an array
|
||||
$results[] = $data;
|
||||
//clear the array
|
||||
unset($data);
|
||||
}
|
||||
//increment $x
|
||||
$x++;
|
||||
|
||||
Reference in New Issue
Block a user