Cloudlog/application/views/qso
Peter Goodhall 6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
..
edit.php Added ability to update propagation mode using free text field fixing issue #126 2016-01-10 01:09:54 +00:00
edit_done.php Issue #64 - After editing a qso and submitting if no errors it closes box 2011-11-25 17:29:46 +00:00
index.php Added Features to allow SatPC32 to act as a Radio interface with Cloudlog 2016-11-16 16:59:53 +00:00
manual.php Added JTMSK & QRA64 to the modes dropdown as requested by @m1bxf 2016-10-26 17:37:13 +01:00