Bug #3596 - Secureforms yes breaks online assignment; merged from MOODLE_15_STABLE

This commit is contained in:
skodak 2005-07-06 09:52:59 +00:00
parent 37ef382cbe
commit 088ec31716

View file

@ -65,7 +65,7 @@ class assignment_online extends assignment_base {
$defaulttext = $submission ? $submission->data1 : '';
$defaultformat = $submission ? $submission->data2 : $this->defaultformat;
echo '<form name="theform" action="view.php?id='.$this->cm->id.'" method="post">'; // do this so URLs look good
echo '<form name="theform" action="view.php" method="post">'; // do this so URLs look good
echo '<table cellspacing="0" class="editbox" align="center">';
echo '<tr><td align="right">';