. /** * Version information * * @package mod_assign * @copyright 2012 NetSpot {@link http://www.netspot.com.au} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $module->component = 'mod_assign'; $module->version = 2012050300; $module->requires = 2012050300; // Requires this Moodle version $module->cron = 60;