Commit 602eddbd by Tobin

Merge branch 'master' into 'uat_staging'

dc See merge request !149
parents 5febebfd f1628688
......@@ -1714,9 +1714,11 @@ class Webservice_model extends CI_Model {
}
if($checkTime == count($dates)){
unset($result[$key]);
continue;
}
} else {
unset($result[$key]);
continue;
}
unset($result[$key]->date_time);
$resp[] = $result[$key];
......
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