mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #2484 from phl0/clublogRemoveFunction
Remove unreferenced function
This commit is contained in:
@@ -73,13 +73,6 @@ class Clublog extends CI_Controller
|
||||
echo $r;
|
||||
}
|
||||
|
||||
function markqso($station_id)
|
||||
{
|
||||
$clean_station_id = $this->security->xss_clean($station_id);
|
||||
$this->load->model('clublog_model');
|
||||
$this->clublog_model->mark_qsos_sent($clean_station_id);
|
||||
}
|
||||
|
||||
/*
|
||||
* Used for displaying the uid for manually selecting log for upload to Clublog
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user