Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / enrol / paypal / db / mysql.php
blob7a926a081cc33a66621109e83d29a7ffaa7c4785
1 <?PHP //$Id$
3 // THIS FILE IS DEPRECATED! PLEASE DO NOT MAKE CHANGES TO IT!
4 //
5 // IT IS USED ONLY FOR UPGRADES FROM BEFORE MOODLE 1.7, ALL
6 // LATER CHANGES SHOULD USE upgrade.php IN THIS DIRECTORY.
8 // MySQL commands for upgrading this enrolment module
10 function enrol_paypal_upgrade($oldversion=0) {
12 global $CFG, $THEME, $db;
14 $result = true;
16 ////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
18 return $result;