From b09c175a257aad7f631e91dc19482440a4d5682e Mon Sep 17 00:00:00 2001 From: Robbt Date: Mon, 4 Feb 2019 11:57:13 -0500 Subject: [PATCH] removed code and database change that was not being used to avoid future confusion --- airtime_mvc/application/models/Block.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/models/Block.php b/airtime_mvc/application/models/Block.php index 18cc57b29..dbd7f281a 100644 --- a/airtime_mvc/application/models/Block.php +++ b/airtime_mvc/application/models/Block.php @@ -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'];}