| Update of /cvsroot/aimmath/moodle/mod/math_assignment
In directory sc8-pr-cvs1:/tmp/cvs-serv13219/mod/math_assignment
Modified Files:
	mod.html 
Log Message:
bug fix (inserted hidden input field for aimsubject) and tex explanation removed
Index: mod.html
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/mod.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** mod.html	18 Sep 2003 11:16:16 -0000	1.12
--- mod.html	18 Sep 2003 12:48:06 -0000	1.13
***************
*** 171,177 ****
            </td>
          </tr>
-         <tr>
-             <td colspan="2"><?php echo "$strcompiletex"; ?></td>
-         </tr>
        </table>
      </td>
--- 171,174 ----
***************
*** 219,225 ****
            </td>
          </tr>
-         <tr>
-             <td colspan="2"><?php echo "$strcompiletex"; ?></td>
-         </tr>
        </table>
      </td>
--- 216,219 ----
***************
*** 273,276 ****
--- 267,271 ----
      <?php
  }
+ else echo "<input type=\"hidden\" name=\"aimsubject\" value=\"$form->aimsubject\">";
  ?>
  
 |