diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index 625a9ca6..8ad065dc 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -120,7 +120,7 @@ class Awards extends CI_Controller { $postdata['worked'] = 1; $postdata['confirmed'] = 1; $postdata['notworked'] = 1; - $postdata['includedeleted'] = 1; + $postdata['includedeleted'] = 0; $postdata['Africa'] = 1; $postdata['Asia'] = 1; $postdata['Europe'] = 1; @@ -379,7 +379,7 @@ class Awards extends CI_Controller { $postdata['worked'] = 1; $postdata['confirmed'] = 1; $postdata['notworked'] = 1; - $postdata['includedeleted'] = 1; + $postdata['includedeleted'] = 0; $postdata['Africa'] = 1; $postdata['Asia'] = 1; $postdata['Europe'] = 1; diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index 0155d0c7..76e61d48 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -9,7 +9,7 @@
Deleted DXCC
- input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > + input->post('includedeleted')) echo ' checked="checked"'; ?> >
@@ -138,7 +138,7 @@ # DXCC Name Prefix'; - if ($this->input->post('includedeleted') || $this->input->method() !== 'post') + if ($this->input->post('includedeleted')) echo ' Deleted'; foreach($bands as $band) { diff --git a/application/views/awards/iota/index.php b/application/views/awards/iota/index.php index 542104a3..c6d55a7d 100644 --- a/application/views/awards/iota/index.php +++ b/application/views/awards/iota/index.php @@ -9,7 +9,7 @@
Deleted IOTA
- input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > + input->post('includedeleted')) echo ' checked="checked"'; ?> >
@@ -125,7 +125,7 @@ IOTA Prefix Name'; - if ($this->input->post('includedeleted') || $this->input->method() !== 'post') + if ($this->input->post('includedeleted')) echo ' Deleted'; foreach($bands as $band) {