Commit cafc87a2 by Tobin

dc

parent 23fddc9f
...@@ -283,7 +283,7 @@ class Webservice_model extends CI_Model { ...@@ -283,7 +283,7 @@ class Webservice_model extends CI_Model {
} }
if(isset($cityName['id'])) { if(isset($cityName['id'])) {
$where = ' AND venue.region_id = '.$cityName['id']; $where .= ' AND venue.region_id = '.$cityName['id'];
} }
if(isset($data['filters'])){ if(isset($data['filters'])){
......
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