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