Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / question / type / essay / db / postgres7.php
blobc9565cf4c7fd55a6d3810f674460e82c9e10249a
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 // PostgreSQL commands for upgrading this question type
10 function qtype_essay_upgrade($oldversion=0) {
11 global $CFG;
13 ////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
15 return true;