[Aimmath-commit] moodle/mod/aim_quiz/db mysql.php,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-02 12:51:33
|
Update of /cvsroot/aimmath/moodle/mod/aim_quiz/db In directory sc8-pr-cvs1:/tmp/cvs-serv15530/mod/aim_quiz/db Modified Files: mysql.php Log Message: minor changes Index: mysql.php =================================================================== RCS file: /cvsroot/aimmath/moodle/mod/aim_quiz/db/mysql.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql.php 2 Sep 2003 00:40:24 -0000 1.3 --- mysql.php 2 Sep 2003 12:51:23 -0000 1.4 *************** *** 7,17 **** global $CFG; ! /*if ($oldversion < 2003082100) { ! }*/ ! if ($oldversion < 2003090300) { ! execute_sql(" ALTER TABLE `aim_quiz` ". ! " ADD `problem_sheet` VARCHAR(100) , ". ! " ADD `solution_sheet` VARCHAR(100) , ". ! " ADD `timedue` INT(10 ) unsigned default '0' "); } return true; --- 7,15 ---- global $CFG; ! if ($oldversion < 2003090103) { ! execute_sql(" ALTER TABLE `prefix_aim_quiz` ". ! " ADD `problem_sheet` VARCHAR(100) , ". ! " ADD `solution_sheet` VARCHAR(100) , ". ! " ADD `timedue` INT(10 ) unsigned default '0' "); } return true; |