Replaces 2M0SQL with Call of deleted DXCC (4W7EST - 4W Test)

This commit is contained in:
int2001
2024-01-17 14:52:17 +00:00
parent d5f94587e3
commit 4eab578b9a
35 changed files with 36 additions and 36 deletions

View File

@@ -354,7 +354,7 @@ class Update extends CI_Controller {
$f = fopen('./updates/lotw_users.csv', "r");
$result = false;
while ($row = fgetcsv($f)) {
if ($row[0] == '2M0SQL/MM') {
if ($row[0] == '4W7EST/MM') {
$result = $row[0];
echo "found";
break;