moodle/enrol/authorize/version.php
gustav_delius ead293420d Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
2006-03-22 10:44:54 +00:00

6 lines
83 B
PHP
Executable file

<?PHP // $Id$
$plugin->version = 2006021500;
$plugin->requires = 2005072200;
?>