Searched refs:all_day_event (Results 1 – 6 of 6) sorted by relevance
29 <?php if ($task->all_day_event == '0'): ?>
127 <?php if ($tpl->get('task')->all_day_event == '1'): ?>
59 … <?php echo $tpl->get('task')->plan_date ?><?php if ($tpl->get('task')->all_day_event == '0'): ?>,
215 <?php if ($task->all_day_event == '0'): ?>
156 all_day_event INTEGER NOT NULL DEFAULT 0, -- 0 - false, 1 - true field
24 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time;