From efb8672d2c3b8f05b015af3a28fd40cceb80d9b4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 10 Sep 2012 21:31:06 +0000 Subject: [PATCH] During the contact import unset the data array. --- app/contacts/contact_import.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 8bee58f72d..f8cf181b6e 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -277,6 +277,8 @@ else { } //save the results into an array $results[] = $data; + //clear the array + unset($data); } //increment $x $x++;