Unset the generic $array variable to prevent duplicates in app -> default settings.

This commit is contained in:
Mark Crane
2015-01-24 20:56:10 +00:00
parent a149404637
commit c9264737fe
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -263,6 +263,9 @@ if ($domains_processed == 1) {
//print_r($message);
}
}
//unset the array variable
unset($array);
}
?>