Browse Source

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

Mark Crane 10 years ago
parent
commit
4ed84f17c2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      themes/enhanced/app_defaults.php

+ 3 - 0
themes/enhanced/app_defaults.php

@@ -263,6 +263,9 @@ if ($domains_processed == 1) {
 				//print_r($message);
 				//print_r($message);
 			}
 			}
 		}
 		}
+
+	//unset the array variable
+		unset($array);
 }
 }
 
 
 ?>
 ?>