Commit 6ef8258f by Jansa Jose

access helper

parent e7298aa1
......@@ -34,7 +34,7 @@ else{
function get_settings(){
$CI = & get_instance();
$query = $CI->db->where('settings',array('id'=>'1'))->row();
return $query
return $query;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment