. /** * Code fragment to define the version of lesson * This fragment is called by moodle_needs_upgrading() and /admin/index.php * * @package lesson * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late **/ $module->version = 2010072003; // The current module version (Date: YYYYMMDDXX) $module->requires = 2010071800; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs)