Update of /cvsroot/aimmath/moodle/mod/math_assignment
In directory sc8-pr-cvs1:/tmp/cvs-serv19064/mod/math_assignment
Modified Files:
version.php
Log Message:
Changed handling of problem and solution sheets.
Index: version.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/version.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** version.php 9 Sep 2003 18:31:07 -0000 1.1
--- version.php 16 Sep 2003 15:21:47 -0000 1.2
***************
*** 6,10 ****
/////////////////////////////////////////////////////////////////////////////////
! $module->version = 2003090900; // The (date) version of this module
$module->cron = 0; // How often should cron check this module (seconds)?
--- 6,10 ----
/////////////////////////////////////////////////////////////////////////////////
! $module->version = 2003091616; // The (date) version of this module
$module->cron = 0; // How often should cron check this module (seconds)?
|