Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv29130/aim/admin
Modified Files:
CompileSubject.mpl Subject.mpl
Log Message:
Added ; after   - 4 occurrences. - GG
Index: CompileSubject.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin/CompileSubject.mpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CompileSubject.mpl 1 Sep 2003 05:56:29 -0000 1.1
--- CompileSubject.mpl 7 Sep 2003 09:37:52 -0000 1.2
***************
*** 81,85 ****
for quizname in subject['QuizNames'] do
! compreport := compreport,"<b>",__("Quiz:  ");
try
quiz := eval(subject['GetQuiz',quizname]);
--- 81,85 ----
for quizname in subject['QuizNames'] do
! compreport := compreport,"<b>",__("Quiz: ");
try
quiz := eval(subject['GetQuiz',quizname]);
Index: Subject.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin/Subject.mpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Subject.mpl 1 Sep 2003 05:56:29 -0000 1.4
--- Subject.mpl 7 Sep 2003 09:37:52 -0000 1.5
***************
*** 245,249 ****
{["CompileSubject"]},
[["font","color"="red"],
! __("  (warning: this may take a long time!)")],
["br"],
["hr"],
--- 245,249 ----
{["CompileSubject"]},
[["font","color"="red"],
! __(" (warning: this may take a long time!)")],
["br"],
["hr"],
|