moodle/enrol/paypal/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

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
/////////////////////////////////////////////////////////////////////////////////
$plugin->version = 2004081800; // This module's version
$plugin->requires = 2004081800; // Requires this Moodle version
?>