mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Red if 0, green if > 0
This commit is contained in:
@@ -916,6 +916,8 @@ class Logbookadvanced extends CI_Controller {
|
||||
// Process for batch QSO state fix
|
||||
$result = $this->logbookadvanced_model->fixStateBatch($dxcc);
|
||||
|
||||
$data['result'] = count($result);
|
||||
|
||||
$data['message'] = __("The number of QSOs updated for state/province in") . ' ' . $country . ' : ' . count($result);
|
||||
|
||||
header("Content-Type: application/json");
|
||||
|
||||
Reference in New Issue
Block a user