Note: this upgrade changes how accesslib works.
$result = $result && create_table($table);
}
+ if ($result && $oldversion < 2007091900) {
+ cleanup_contexts();
+ build_context_path(true);
+ load_all_capabilities();
+ }
+
/*
/// drop old gradebook tables
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
- $version = 2007091800; // YYYYMMDD = date
+ $version = 2007091900; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.9 Beta +'; // Human-friendly version name