diff options
Diffstat (limited to 'admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php')
-rw-r--r-- | admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php b/admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php index 87a1e8b..a15d706 100644 --- a/admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php +++ b/admin/survey/modules/mod_SPEEDINDEX/class.SurveySpeedIndex.php @@ -19,9 +19,7 @@ class SurveySpeedIndex{ # 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();
}
}
|