. // This file keeps track of upgrades to // the attendance module. function xmldb_attendance_upgrade($oldversion=0) { global $CFG, $THEME, $DB; $dbman = $DB->get_manager(); // Loads ddl manager and xmldb classes. $result = true; // UPGRADES from attforblock are only supported for sites that are running attforblock version 2012120700 return $result; }