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