Unset the phone and address arrays.

This commit is contained in:
Mark Crane
2012-09-10 21:41:29 +00:00
parent efb8672d2c
commit 8ad4269993

View File

@@ -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