fixed typo

This commit is contained in:
Arne Teuke
2017-07-27 15:54:54 +01:00
parent 82ca12e036
commit eb8a92a4b4
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ $ng_timep_thursday = '00:00-00:00',
$ng_timep_friday = '00:00-00:00',
$ng_timep_saturday = '00:00-00:00',
$ng_timep_sunday = '00:00-00:00',
$ng_timep_special_01 = undef,
$ng_timep_special_01 = '',
$ng_timep_special_02 = '00:00-00:00',
) {

View File

@@ -10,7 +10,7 @@ define timeperiod {
saturday <%= @ng_timep_saturday %>
sunday <%= @ng_timep_sunday %>
}
<% unless @ng_timep_special_01.empty? -%>
<% unless @ng_timep_special.empty? -%>
define timeperiod {
timeperiod_name <%= @ng_timeperiod_name %>
@ng_timep_special_01