Update of /cvsroot/aimmath/moodle/mod/math_assignment
In directory sc8-pr-cvs1:/tmp/cvs-serv23091/mod/math_assignment
Modified Files:
pdfgen.php version.php
Log Message:
added math_assignment_seed table
Index: pdfgen.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/pdfgen.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pdfgen.php 5 Oct 2003 22:54:16 -0000 1.16
--- pdfgen.php 6 Oct 2003 00:11:07 -0000 1.17
***************
*** 8,11 ****
--- 8,12 ----
require_variable($id); // math_assignment id
optional_variable($type, "problems"); // "problems" or "solutions"
+ optional_variable($printcopies); // number of randomized copies to send to printer
if (! $site = get_site()) {
Index: version.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/version.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** version.php 5 Oct 2003 22:54:16 -0000 1.13
--- version.php 6 Oct 2003 00:11:08 -0000 1.14
***************
*** 6,10 ****
/////////////////////////////////////////////////////////////////////////////////
! $module->version = 2003100501; // The (date) version of this module
$module->cron = 60; // How often should cron check this module (seconds)?
--- 6,10 ----
/////////////////////////////////////////////////////////////////////////////////
! $module->version = 2003100502; // The (date) version of this module
$module->cron = 60; // How often should cron check this module (seconds)?
|