diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index 7c59467f..ff6a5117 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -99,7 +99,7 @@ class Awards extends CI_Controller { $postdata['worked'] = $this->input->post('worked'); $postdata['confirmed'] = $this->input->post('confirmed'); $postdata['notworked'] = $this->input->post('notworked'); - $postdata['deleted'] = $this->input->post('deleted'); + $postdata['includedeleted'] = $this->input->post('includedeleted'); $postdata['Africa'] = $this->input->post('Africa'); $postdata['Asia'] = $this->input->post('Asia'); $postdata['Europe'] = $this->input->post('Europe'); @@ -115,7 +115,7 @@ class Awards extends CI_Controller { $postdata['worked'] = 1; $postdata['confirmed'] = 1; $postdata['notworked'] = 1; - $postdata['deleted'] = 1; + $postdata['includedeleted'] = 1; $postdata['Africa'] = 1; $postdata['Asia'] = 1; $postdata['Europe'] = 1; @@ -259,4 +259,4 @@ class Awards extends CI_Controller { $this->load->view('interface_assets/footer'); } -} \ No newline at end of file +} diff --git a/application/models/Dxcc.php b/application/models/Dxcc.php index 1d677793..63c3fb1a 100644 --- a/application/models/Dxcc.php +++ b/application/models/Dxcc.php @@ -182,7 +182,8 @@ class DXCC extends CI_Model { foreach ($dxccArray as $dxcc) { $dxccMatrix[$dxcc->adif]['name'] = $dxcc->name; $dxccMatrix[$dxcc->adif]['Dxccprefix'] = $dxcc->prefix; - $dxccMatrix[$dxcc->adif]['Deleted'] = isset($dxcc->Enddate) ? "