Commit ac99572b by Tobin

dc

parent b2fa36bb
......@@ -356,7 +356,6 @@ class Webservice_model extends CI_Model {
favourite.user_id = $user_id AND favourite.status = 1
WHERE events.status = 1 AND event_date_time.status='1' $where
GROUP BY events.event_id")->result();
pr($this->db->last_query());
if(empty($resCount)){
return array('status'=>1,'data'=>array('city_name'=>$cityName['city']));
}
......
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