session->userdata('user_date_format')) {
        // If Logged in and session exists
        $custom_date_format = $this->session->userdata('user_date_format');
    } else {
        // Get Default date format from /config/cloudlog.php
        $custom_date_format = $this->config->item('qso_date_format');
    }
    ?>
    call] = $line->vucc_grids;
       }
    }
    if( $this->input->post('band') != NULL) {
        if ($activators_array) {
            $result = write_activators($activators_array, $vucc_grids, $custom_date_format, $this->input->post('band'), $this->input->post('leogeo'));
        }
        else {
            echo '
Nothing found!
';
        }
    }
    ?>