Commit b6284987 by Jansa Jose

Merge branch 'jansa'

parents a3ee3236 b1fb47bd
...@@ -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