Skip to content

Commit

Permalink
Update yandexweather.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Jul 16, 2018
1 parent 7a49221 commit 4d17d49
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions modules/yandexweather/yandexweather.class.php
Expand Up @@ -1248,6 +1248,40 @@ function dbInstall($data) {
$rec['latlon'] = '';
$rec['mycity'] = '0';
SQLInsert('yaweather_cities', $rec);
////////////////
$rec['country'] = 'Россия';
$rec['cityname'] = 'Керчь';
$rec['part'] = 'Республика Крым';
$rec['ID'] = 11464;
$rec['check'] = '0';
$rec['latlon'] = '';
$rec['mycity'] = '0';
SQLInsert('yaweather_cities', $rec);


$rec['country'] = 'Северная Осетия — Алания';
$rec['cityname'] = 'Моздок';
$rec['part'] = 'Моздокский район';
$rec['ID'] = 11022;
$rec['check'] = '0';
$rec['latlon'] = '';
$rec['mycity'] = '0';
SQLInsert('yaweather_cities', $rec);



$rec['country'] = 'Россия';
$rec['cityname'] = 'Тольяти';
$rec['part'] = 'Самарская область';
$rec['ID'] = 240;
$rec['check'] = '0';
$rec['latlon'] = '';
$rec['mycity'] = '0';
SQLInsert('yaweather_cities', $rec);







Expand Down

0 comments on commit 4d17d49

Please sign in to comment.