kopia lustrzana https://github.com/magicbug/Cloudlog
Correctly handle when county isn't actually needed
rodzic
1626571c67
commit
e2b6a71d7c
|
@ -855,11 +855,11 @@ class Logbook_model extends CI_Model {
|
|||
{
|
||||
$data = $query->row();
|
||||
$qsl_county = $data->COL_CNTY;
|
||||
$qsl_county = substr($qsl_county, (strpos($qsl_county, ',')+1));
|
||||
return $qsl_county;
|
||||
} else {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// Strip state identifier
|
||||
$qsl_county = substr($qsl_county, (strpos($qsl_county, ',')+1));
|
||||
return $qsl_county;
|
||||
}
|
||||
|
||||
function call_qth($callsign) {
|
||||
|
|
Ładowanie…
Reference in New Issue