mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
13 lines
424 B
PHP
13 lines
424 B
PHP
<?PHP // $Id$
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
/// Code fragment to define the version of this enrolment module
|
|
/// This fragment is called by admin/index.php
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2004081800; // This module's version
|
|
|
|
$module->requires = 2004081800; // Requires this Moodle version
|
|
|
|
?>
|