Skip to content

Commit

Permalink
Fixed issue #06100: English in other language
Browse files Browse the repository at this point in the history
Dev eliminated mandatory message in group-level preview
  • Loading branch information
TMSWhite committed Jun 12, 2012
1 parent d8fdad8 commit e7c1957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanda.php
Expand Up @@ -274,7 +274,7 @@ function retrieveAnswers($ia)
}
//If this question is mandatory but wasn't answered in the last page
//add a message HIGHLIGHTING the question
if (($_SESSION['step'] != $_SESSION['maxstep']) || ($_SESSION['step'] == $_SESSION['prevstep']) && returnglobal('action')!='previewquestion') {
if (($_SESSION['step'] != $_SESSION['maxstep']) || ($_SESSION['step'] == $_SESSION['prevstep']) && returnglobal('action')!='previewquestion' && returnglobal('action')!='previewgroup') {
$mandatory_msg = mandatory_message($ia);
}
else {
Expand Down

0 comments on commit e7c1957

Please sign in to comment.