mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Removed all constructors in models, since this doesn't work in never CodeIgniter
This commit is contained in:
@@ -3,12 +3,6 @@ if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Distances_model extends CI_Model
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
// Call the Model constructor
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public $bandslots = array("160m"=>0,
|
||||
"80m"=>0,
|
||||
"60m"=>0,
|
||||
|
||||
Reference in New Issue
Block a user