Commit 005970c7 by Tobin

Merge branch 'jansa' into 'master'

Jansa See merge request !176
parents 88c7c327 1adf934c
......@@ -104,7 +104,7 @@ class Organizer_model extends CI_Model {
if(isset($startDate) && !empty($startDate)){
$resData['scheduled_for'] = ($startDate[1] == $endDate[1])?$startDate[1]:$startDate[1].' - '.$endDate[1];
}
$resData['show_timing'] = (isset($time_spec) && !empty($time_spec))?$time_spec:'';
$resData['show_timing'] = (isset($time_spec) && !empty($time_spec))?$time_spec:[];
$resData['event_name'] =$result->event_name;
$resData['event_name'] =$result->event_name;
$resData['venue_region'] =$result->region_name;
......
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