Commit b1fb47bd by Jansa Jose

search1

parent 46a8e014
...@@ -3997,7 +3997,8 @@ class Webservice_model extends CI_Model { ...@@ -3997,7 +3997,8 @@ class Webservice_model extends CI_Model {
$res->phone =$new; $res->phone =$new;
unset($res->telephone); unset($res->telephone);
}else{ }else{
$res->phone =[]; $new = array();
$res->phone = $new;
unset($res->telephone); unset($res->telephone);
} }
......
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