Removed constructor in the newly added bands-model.
这个提交包含在:
		
							父节点
							
								
									42fa1a06d0
								
							
						
					
					
						当前提交
						7dec9a7684
					
				
					共有  1 个文件被更改,包括 0 次插入 和 5 次删除
				
			
		|  | @ -26,11 +26,6 @@ class Bands extends CI_Model { | |||
| 		"SAT"=>0, | ||||
| 	); | ||||
| 
 | ||||
| 	function __construct() { | ||||
| 		// Call the Model constructor
 | ||||
| 		parent::__construct(); | ||||
| 	} | ||||
| 
 | ||||
| 	function get_worked_bands() { | ||||
| 		$CI =& get_instance(); | ||||
| 		$CI->load->model('logbooks_model'); | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用