Removed constructor in the newly added bands-model.

这个提交包含在:
Andreas 2021-11-13 20:04:29 +01:00
父节点 42fa1a06d0
当前提交 7dec9a7684

查看文件

@ -26,11 +26,6 @@ class Bands extends CI_Model {
"SAT"=>0, "SAT"=>0,
); );
function __construct() {
// Call the Model constructor
parent::__construct();
}
function get_worked_bands() { function get_worked_bands() {
$CI =& get_instance(); $CI =& get_instance();
$CI->load->model('logbooks_model'); $CI->load->model('logbooks_model');