Commit 0f0e5792 by Tobin

dc

parent 26c30ba8
...@@ -232,7 +232,6 @@ class OrganizerServices extends CI_Controller { ...@@ -232,7 +232,6 @@ class OrganizerServices extends CI_Controller {
public function addEvent(){ public function addEvent(){
$data = $_POST; $data = $_POST;
pr($data);
$res = $this->Organizer_model->addEvent($data); $res = $this->Organizer_model->addEvent($data);
if($res['status'] != 0){ if($res['status'] != 0){
$this->successResponse($res); $this->successResponse($res);
......
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