1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 20:50:21 +01:00
2004-09-12 21:43:59 +00:00

13 lines
175 B
PHP

<?php
function workshop_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
return true;
}
?>