Commit 1b10397d by Jansa Jose

Home fix

parent 498e3e37
...@@ -983,7 +983,6 @@ class Home extends CI_Controller { ...@@ -983,7 +983,6 @@ class Home extends CI_Controller {
//print_r($data); //print_r($data);
<<<<<<< HEAD
$data['password'] = md5($data['password']); $data['password'] = md5($data['password']);
...@@ -991,8 +990,6 @@ class Home extends CI_Controller { ...@@ -991,8 +990,6 @@ class Home extends CI_Controller {
unset($data['month']); unset($data['month']);
unset($data['year']); unset($data['year']);
=======
>>>>>>> jansa
//$this->Doctor_model->assignDoctors_default($this->session->userdata('UserData')['id'],''); //$this->Doctor_model->assignDoctors_default($this->session->userdata('UserData')['id'],'');
$result = $this->Home_model->register_doctor($data); $result = $this->Home_model->register_doctor($data);
......
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