Skip to content

Commit

Permalink
Dev: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 13, 2018
1 parent 7c728ce commit 0fee5cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/controllers/admin/tokens.php
Expand Up @@ -1245,8 +1245,6 @@ public function email($iSurveyId)
$iAttributes = 0;
$bHtml = (getEmailFormat($iSurveyId) == 'html');

$timeadjust = Yii::app()->getConfig("timeadjust");

$aData['thissurvey'] = getSurveyInfo($iSurveyId);
foreach ($aSurveyLangs as $sSurveyLanguage) {
$aData['thissurvey'][$sSurveyLanguage] = getSurveyInfo($iSurveyId, $sSurveyLanguage);
Expand Down

0 comments on commit 0fee5cb

Please sign in to comment.