mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
whoops, forgot the space
This commit is contained in:
parent
c4bd9c45d9
commit
94fd2d28f2
@ -528,7 +528,7 @@ class Stations extends CI_Model {
|
|||||||
$flag = "";
|
$flag = "";
|
||||||
if (!empty($station_active)) {
|
if (!empty($station_active)) {
|
||||||
$flag = strtolower($CI->dxccflag->getISO($station_active->station_dxcc));
|
$flag = strtolower($CI->dxccflag->getISO($station_active->station_dxcc));
|
||||||
$flag = '<span class="fi fi-' . $flag .'"></span>';
|
$flag = '<span class="fi fi-' . $flag .'"></span> ';
|
||||||
list($station_lat, $station_lng) = $this->qra->qra2latlong($station_active->station_gridsquare);
|
list($station_lat, $station_lng) = $this->qra->qra2latlong($station_active->station_gridsquare);
|
||||||
}
|
}
|
||||||
if (($station_lat!=0)&&($station_lng!=0)) { $_jsonresult = array('lat'=>$station_lat,'lng'=>$station_lng,'html'=>$station_active->station_gridsquare,'label'=>$station_active->station_profile_name,'icon'=>'stationIcon','flag'=>$flag); }
|
if (($station_lat!=0)&&($station_lng!=0)) { $_jsonresult = array('lat'=>$station_lat,'lng'=>$station_lng,'html'=>$station_active->station_gridsquare,'label'=>$station_active->station_profile_name,'icon'=>'stationIcon','flag'=>$flag); }
|
||||||
|
Loading…
Reference in New Issue
Block a user