Categories upgrade. Admin can now create/edit/delete categories, and

these are diesplayed wherever courses are listed
This commit is contained in:
martin
2002-09-09 11:48:11 +00:00
parent 7aa0bb8886
commit ba2e5d7347
9 changed files with 385 additions and 18 deletions
+2 -2
View File
@@ -18,10 +18,10 @@
// If there's something it cannot do itself, it
// will tell you what you need to do.
$version = 2002090800; // The current version is a date (YYYYMMDDXX) where
$version = 2002090900; // The current version is a date (YYYYMMDDXX) where
// XX is a number that increments during the day
$release = "1.0.4 beta"; // For humans only, not used for the upgrade process
$release = "1.0.4"; // For humans only, not used for the upgrade process
function upgrade_moodle($oldversion=0) {