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