Got rid of a warning.
This commit is contained in:
parent
9063d1e639
commit
436bafc18e
|
@ -20,7 +20,7 @@
|
|||
|
||||
{foreach from=$_scale item="_hour"}
|
||||
|
||||
{if is_array($_entrys[$_hour])}
|
||||
{if isset($_hour) && is_array($_entrys[$_hour])}
|
||||
<tr class="blue1">
|
||||
<td style="border-left: 1px solid #ccc; cursor: pointer" {include file="scheduler/day_additem.tpl"}>
|
||||
{$_hour|string_format:"%02d"}:00
|
||||
|
|
Loading…
Reference in New Issue