Merge branch 'fix-smartblock-multi-criteria' of github.com:Robbt/libretime into fix-smartblock-multi-criteria

This commit is contained in:
r 2019-02-04 14:18:20 -06:00
commit c083cfb2be
1 changed files with 0 additions and 2 deletions

View File

@ -1207,8 +1207,6 @@ SQL;
$value = $d['sp_criteria_value'];
$modifier = $d['sp_criteria_modifier'];
if (isset($d['sp_criteria_extra'])) { $extra = $d['sp_criteria_extra']; }
// if extra isn't set then we will use it to store the grouping of smartblocks
else {$extra = $i;};
if (isset($d['sp_criteria_datetime_select'])) { $datetimeunit = $d['sp_criteria_datetime_select']; }
if (isset($d['sp_criteria_extra_datetime_select'])) {$extradatetimeunit = $d['sp_criteria_extra_datetime_select'];}