Commit b050e20a by Tobin

dc

parent dfd8333e
...@@ -1290,7 +1290,6 @@ class Webservice_model extends CI_Model { ...@@ -1290,7 +1290,6 @@ class Webservice_model extends CI_Model {
$pricelist = json_decode($rs->seat_pricing, TRUE); $pricelist = json_decode($rs->seat_pricing, TRUE);
$price = $pricelist['price'] * $rate; $price = $pricelist['price'] * $rate;
} }
$lang = $this->getCountryData($user_id);
$resData = array( $resData = array(
'event_id'=>$rs->event_id, 'event_id'=>$rs->event_id,
'image'=>$rs->media_url, 'image'=>$rs->media_url,
......
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