diff options
Diffstat (limited to 'admin/survey/classes/class.SurveyReminderTracking.php')
-rw-r--r-- | admin/survey/classes/class.SurveyReminderTracking.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/survey/classes/class.SurveyReminderTracking.php b/admin/survey/classes/class.SurveyReminderTracking.php index e41871b..8701b39 100644 --- a/admin/survey/classes/class.SurveyReminderTracking.php +++ b/admin/survey/classes/class.SurveyReminderTracking.php @@ -51,9 +51,8 @@ class SurveyReminderTracking{ # polovimo vrsto tabel (aktivne / neaktivne)
SurveyInfo :: getInstance()->SurveyInit($this->anketa);
- if (SurveyInfo::getInstance()->getSurveyColumn('db_table') == 1) {
- $this->db_table = '_active';
- }
+ $this->db_table = SurveyInfo::getInstance()->getSurveyArchiveDBString();
+
$this->_CURRENT_STATUS_FILTER = STATUS_FIELD.' ~ /6|5/';
Common::deletePreviewData($this->anketa);
|