Commit b6284987 by Jansa Jose

Merge branch 'jansa'

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