mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
16 lines
202 B
PHP
16 lines
202 B
PHP
<?PHP //$Id$
|
|
|
|
// PostgreSQL commands for upgrading this enrolment module
|
|
|
|
function enrol_paypal_upgrade($oldversion=0) {
|
|
|
|
global $CFG, $THEME, $db;
|
|
|
|
$result = true;
|
|
|
|
return $result;
|
|
|
|
}
|
|
|
|
?>
|