removed code and database change that was not being used to avoid future confusion

This commit is contained in:
Robbt 2019-02-04 11:57:13 -05:00
parent 71315cf925
commit b09c175a25

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'];}