[Gridsquare Activators] Only show results if band has been posted
这个提交包含在:
父节点
65486c4974
当前提交
c9ab2fcff2
共有 1 个文件被更改,包括 8 次插入 和 5 次删除
|
|
@ -70,6 +70,7 @@
|
|||
$vucc_grids[$line->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'));
|
||||
|
|
@ -77,10 +78,12 @@
|
|||
else {
|
||||
echo '<div class="alert alert-danger" role="alert"><a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>Nothing found!</div>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
function write_activators($activators_array, $vucc_grids, $custom_date_format, $band, $leogeo) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用