From 8ad42699932f8de90e12c0d05f95f17e0f69c3a5 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 10 Sep 2012 21:41:29 +0000 Subject: [PATCH] Unset the phone and address arrays. --- 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 f8cf181b6e..a7a5c75227 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -191,6 +191,7 @@ else { $db->exec(check_sql($sql)); unset($sql); } + unset($address_array); //add the contact phone numbers $x = 0; @@ -275,6 +276,7 @@ else { $db->exec(check_sql($sql)); unset($sql); } + unset($phone_array); //save the results into an array $results[] = $data; //clear the array