summaryrefslogtreecommitdiffstats
path: root/admin/survey/classes/class.SurveyReminderTracking.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/classes/class.SurveyReminderTracking.php')
-rw-r--r--admin/survey/classes/class.SurveyReminderTracking.php5
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);