Skip to content

Commit b8c423a

Browse files
committed
add georgia for user
1 parent 4be816a commit b8c423a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/common/database.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,16 @@ function get_user_forecast_regions($user_ID) {
11141114
$states = $states[0]['states'];
11151115
$states = explode(",", $states);
11161116

1117+
if ($user_ID == 1775) {
1118+
array_push($states, 13);
1119+
1120+
}
1121+
1122+
if ($user_ID == 1) {
1123+
array_push($states, 2);
1124+
1125+
}
1126+
11171127
return $states;
11181128
}
11191129

0 commit comments

Comments
 (0)