Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :(

This commit is contained in:
mjollnir_
2005-01-27 20:41:54 +00:00
parent 483b71581d
commit a22fd258aa
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2005012501; // YYYYMMDD = date of first major branch release 1.4
$version = 2005012800; // YYYYMMDD = date of first major branch release 1.4
// XY = increments within a single day
$release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name