. /** * Glossary module version information * * @package mod * @subpackage glossary * @copyright 2011 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $module->version = 2011102800; $module->requires = 2011102700; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs)