Adding the Lesson module to the main CVS. Nice job Ray!

Still needs PostgreSQL support and wider testing
This commit is contained in:
moodler 2004-02-16 05:41:13 +00:00
parent fd9521f6d4
commit bbcbc0fecc
18 changed files with 2370 additions and 0 deletions

12
mod/lesson/version.php Normal file
View file

@ -0,0 +1,12 @@
<?PHP // $Id$
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of lesson
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004021400; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2004013101; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)
?>