diff options
Diffstat (limited to 'admin/exportclases/class.rtfIzvoz.php')
-rw-r--r-- | admin/exportclases/class.rtfIzvoz.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/exportclases/class.rtfIzvoz.php b/admin/exportclases/class.rtfIzvoz.php index 31c5442..0fdd316 100644 --- a/admin/exportclases/class.rtfIzvoz.php +++ b/admin/exportclases/class.rtfIzvoz.php @@ -90,8 +90,7 @@ class RtfIzvoz { $this->anketa['uid'] = $global_user_id;
SurveyUserSetting::getInstance()->Init($this->anketa['id'], $this->anketa['uid']);
- if (SurveyInfo::getInstance()->getSurveyColumn('db_table') == 1)
- $this->db_table = '_active';
+ $this->db_table = SurveyInfo::getInstance()->getSurveyArchiveDBString();
}
else
return false;
|