[Aimmath-commit] moodle/mod/math_assignment lib.php,1.24,1.25
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-27 09:15:18
|
Update of /cvsroot/aimmath/moodle/mod/math_assignment In directory sc8-pr-cvs1:/tmp/cvs-serv25593/mod/math_assignment Modified Files: lib.php Log Message: now includes edit.php rather than editeml.php Index: lib.php =================================================================== RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/lib.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** lib.php 26 Sep 2003 22:23:23 -0000 1.24 --- lib.php 27 Sep 2003 09:15:05 -0000 1.25 *************** *** 1,5 **** <?PHP // $Id$ ! @include_once("../../lib/t2mml/editeml.php"); // TeX to MathML converter script /// Library of functions and constants for module math_assignment --- 1,5 ---- <?PHP // $Id$ ! @include_once("../../lib/t2mml/edit.php"); // TeX to MathML converter script /// Library of functions and constants for module math_assignment |