mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Unset the generic $array variable to prevent duplicates in app -> default settings.
This commit is contained in:
@@ -173,6 +173,9 @@
|
||||
//$db->exec(check_sql($sql));
|
||||
//echo "$var_name $var_value \n";
|
||||
}
|
||||
|
||||
//unset the array variable
|
||||
unset($array);
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -61,7 +61,10 @@ if ($domains_processed == 1) {
|
||||
unset($orm);
|
||||
//print_r($message);
|
||||
}
|
||||
unset($missing);
|
||||
|
||||
//unset the array variable
|
||||
unset($array);
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -263,6 +263,9 @@ if ($domains_processed == 1) {
|
||||
//print_r($message);
|
||||
}
|
||||
}
|
||||
|
||||
//unset the array variable
|
||||
unset($array);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user