Skip to content

Commit

Permalink
Fixed issue #6465: Assessment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 12, 2012
1 parent 50624c0 commit 76c8d9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion application/controllers/admin/surveyadmin.php
Expand Up @@ -1100,7 +1100,6 @@ private function _fetchSurveyInfo($action, $iSurveyID=null)
$esrow['refurl'] = 'N';
$esrow['tokenanswerspersistence'] = 'N';
$esrow['alloweditaftercompletion'] = 'N';
$esrow['assessments'] = 'N';
$esrow['startdate'] = '';
$esrow['savetimings'] = 'N';
$esrow['expires'] = '';
Expand Down
1 change: 0 additions & 1 deletion application/helpers/admin/survey_helper.php
Expand Up @@ -42,7 +42,6 @@ function getSurveyDefaultSettings()
'refurl' => 'N',
'tokenanswerspersistence' => 'N',
'alloweditaftercompletion' => 'N',
'assessments' => 'N',
'startdate' => '',
'savetimings' => 'N',
'expires' => '',
Expand Down

0 comments on commit 76c8d9f

Please sign in to comment.