mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
15 lines
197 B
PHP
15 lines
197 B
PHP
<?PHP //$Id$
|
|
|
|
// MySQL commands for upgrading this enrolment module
|
|
|
|
function enrol_paypal_upgrade($oldversion=0) {
|
|
|
|
global $CFG, $THEME, $db;
|
|
|
|
$result = true;
|
|
|
|
return $result;
|
|
|
|
}
|
|
|
|
?>
|