[Aimmath-commit] moodle/mod/math_assignment/db mysql.php,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-16 14:41:42
|
Update of /cvsroot/aimmath/moodle/mod/math_assignment/db In directory sc8-pr-cvs1:/tmp/cvs-serv10369/mod/math_assignment/db Modified Files: mysql.php Log Message: The administrator is now asked to associate a Moodle course with each AiM subject. There is an extra option denying the teacher the right to choose other AiM subjects. Index: mysql.php =================================================================== RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/db/mysql.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql.php 9 Sep 2003 18:31:07 -0000 1.1 --- mysql.php 16 Sep 2003 14:41:38 -0000 1.2 *************** *** 6,10 **** global $CFG; ! return true; } --- 6,11 ---- global $CFG; ! if ($oldversion < 2003091500) { ! table_column("math_assignment_subject", "", "course"); return true; } |