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