Unset the phone and address arrays.
This commit is contained in:
parent
efb8672d2c
commit
8ad4269993
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue