mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Handle DC for WAS counting
This commit is contained in:
@@ -1360,9 +1360,6 @@ class Awards extends CI_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
// DC is combined with MD - copy MD status to DC for map display
|
||||
$states['DC'] = $states['MD'];
|
||||
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($states);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user