mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 10:47:16 +00:00
Fix Numconversion
This commit is contained in:
@@ -2010,7 +2010,7 @@ class Logbook_model extends CI_Model {
|
||||
JOIN station_profile ON station_profile.station_id = hrd.station_id
|
||||
LEFT JOIN dxcc_entities ON hrd.col_dxcc = dxcc_entities.adif
|
||||
order by col_time_on desc";
|
||||
$binding[]=$num;
|
||||
$binding[]=$num*1;
|
||||
$query = $this->db->query($sql,$binding);
|
||||
|
||||
return $query;
|
||||
|
||||
Reference in New Issue
Block a user