Commit 995bd4f7 by Jansa Jose

dc

parent 4760d1b6
...@@ -2078,7 +2078,7 @@ class Webservice_model extends CI_Model { ...@@ -2078,7 +2078,7 @@ class Webservice_model extends CI_Model {
return $res; return $res;
} }
public function get_hotel_city_list($data){ public function get_hotel_city_list($data){
try{ try{
$user_id = $this->auth_token_get($data['auth_token']); $user_id = $this->auth_token_get($data['auth_token']);
if($user_id > 0) { if($user_id > 0) {
......
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