Skip to content

Commit

Permalink
Dev Half a fix for #4892
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9721 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 26, 2011
1 parent 0435e36 commit faa679b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions group.php
Expand Up @@ -360,14 +360,7 @@
display_first_page();
exit;
}
echo "\n<input type='hidden' name='sid' value='$surveyid' id='sid' />\n";
if (isset($token) && !empty($token)) {
echo "\n<input type='hidden' name='token' value='$token' id='token' />\n";
}
echo "\n</form>\n";
echo templatereplace(file_get_contents("$thistpl/endpage.pstpl"));
doFooter();
exit;

}

//Setup an inverted fieldnamesInfo for quick lookup of field answers.
Expand Down

0 comments on commit faa679b

Please sign in to comment.