Skip to content

Commit

Permalink
Fixed issue #06219: Show Logic File does not show auto-generated arra…
Browse files Browse the repository at this point in the history
…y_filter equations
  • Loading branch information
TMSWhite committed Jul 7, 2012
1 parent e7eced0 commit 109120d
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -6,6 +6,13 @@
}
$_REQUEST[$key] = $val;
}
$_REQUEST['LEM_PRETTY_PRINT_ALL_SYNTAX'] = 'Y';

$surveyinfo = getSurveyInfo(sanitize_int($_REQUEST['sid']));
if (isset($surveyinfo['assessments']) && $surveyinfo['assessments']=='Y')
{
$_REQUEST['assessments'] = 'Y';
}
}

$clang = Yii::app()->lang;
Expand Down

0 comments on commit 109120d

Please sign in to comment.