mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Check the missing array has content before processing it.
This commit is contained in:
@@ -101,7 +101,7 @@ EOD;
|
||||
function set_country_vars($db, $x) {
|
||||
require "resources/countries.php";
|
||||
|
||||
// $country_iso=$_SESSION['domain']['country']['iso_code'];
|
||||
//$country_iso=$_SESSION['domain']['country']['iso_code'];
|
||||
|
||||
$sql = "select default_setting_value as value from v_default_settings ";
|
||||
$sql .= "where default_setting_name = 'iso_code' ";
|
||||
|
||||
Reference in New Issue
Block a user