diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index 0597191d..65677eb7 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -143,11 +143,13 @@ + # CQ Zone'; foreach($bands as $band) { echo '' . $band . ''; @@ -157,6 +159,7 @@ '; foreach ($cq_array as $cq => $value) { // Fills the table with the data echo ' + ' . $i++ . ' '. $cq .''; foreach ($value as $key) { echo '' . $key . ''; diff --git a/application/views/awards/was/index.php b/application/views/awards/was/index.php index bcd79896..2afa5450 100644 --- a/application/views/awards/was/index.php +++ b/application/views/awards/was/index.php @@ -69,10 +69,12 @@ + # State'; foreach($bands as $band) { echo '' . $band . ''; @@ -80,8 +82,10 @@ echo ' '; + foreach ($was_array as $was => $value) { // Fills the table with the data echo ' + ' . $i++ . ' '. $was .''; foreach ($value as $key) { echo '' . $key . '';