Commit f1628688 by Tobin

dc

parent edfb145e
......@@ -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