mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00

This is actually good thing, because we can send our welcome message. * enrol_into_course() added in Moodle(2006091700), so authorize plugin requires this version.
6 lines
83 B
PHP
Executable file
6 lines
83 B
PHP
Executable file
<?php // $Id$
|
|
|
|
$plugin->version = 2006083100;
|
|
$plugin->requires = 2006091700;
|
|
|
|
?>
|