summaryrefslogtreecommitdiffstats
path: root/admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php')
-rw-r--r--admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php b/admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php
index 9da5bcf..44eae0a 100644
--- a/admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php
+++ b/admin/survey/modules/mod_uporabnost/class.SurveyUporabnost.php
@@ -50,9 +50,7 @@ class SurveyUporabnost{
# 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();
SurveyAnalysisHelper::getInstance()->Init($this->anketa);