16 parent::__construct($arDBRecord);
17 $DB = CDatabase::GetModuleConnection(
'statistic');
21 $country_recs = COption::GetOptionString(
"statistic",
"COUNTRY_INDEX_LOADED",
"N");
22 if($country_recs !==
"Y")
28 COption::SetOptionString(
"statistic",
"COUNTRY_INDEX_LOADED",
"Y");
32 $this->country_avail = $country_recs ===
"Y";
35 if($this->country_avail)
37 $city_recs = COption::GetOptionString(
"statistic",
"CITY_INDEX_LOADED",
"N");
38 if($city_recs !==
"Y")
42 COption::SetOptionString(
"statistic",
"CITY_INDEX_LOADED",
"Y");
44 $this->city_avail = COption::GetOptionString(
"statistic",
"CITY_INDEX_LOADED",
"N") ===
"Y";