Commit 1e55138b by Jansa Jose

mails

parent eee122ab
...@@ -913,7 +913,7 @@ public function send_mails($data){ ...@@ -913,7 +913,7 @@ public function send_mails($data){
$this->email->subject($data['subject']); $this->email->subject($data['subject']);
$this->email->message($data['msg']); $this->email->message($data['msg']);
$this->email->send(); $this->email->send();
echo $this->email->print_debugger(); //echo $this->email->print_debugger();
return "EmailSend"; return "EmailSend";
} }
...@@ -1691,8 +1691,6 @@ public function goverment_upload_post(){ ...@@ -1691,8 +1691,6 @@ public function goverment_upload_post(){
if($result){ if($result){
//var_dump($request->user_id); //var_dump($request->user_id);
$check_notification=$this->Webservice_model->check_notification_rideaccept($request->user_id); $check_notification=$this->Webservice_model->check_notification_rideaccept($request->user_id);
// echo $this->db->last_query();
// var_dump($check_notification);
if($check_notification){ if($check_notification){
$this->approve_send_alert($request); $this->approve_send_alert($request);
......
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