Skip to content

Commit

Permalink
Dev Removing obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 9, 2023
1 parent 1b6fbe4 commit 3ac64ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application/controllers/admin/Export.php
Expand Up @@ -146,13 +146,6 @@ public function exportresults()
if (!isset($iSurveyID)) {
$iSurveyID = returnGlobal('sid');
}

if (!isset($convertyto1)) {
$convertyto1 = returnGlobal('convertyto1');
}
if (!isset($convertnto2)) {
$convertnto2 = returnGlobal('convertnto2');
}
if (!isset($convertyto)) {
$convertyto = returnGlobal('convertyto');
}
Expand Down

0 comments on commit 3ac64ac

Please sign in to comment.