2009-11-01 15:03:10 +00:00
|
|
|
<?php
|
2003-09-16 03:07:21 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of glossary
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2010-04-13 05:50:25 +00:00
|
|
|
$module->version = 2010041300;
|
|
|
|
$module->requires = 2010041300; // Requires this Moodle version
|
2003-09-16 03:07:21 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
2009-11-01 15:03:10 +00:00
|
|
|
|