$CFG->tabselectedtofront is now out. Part of MDL-8746

This commit is contained in:
stronk7
2007-03-19 17:17:53 +00:00
parent 0c2153fd8a
commit 01cb839f5c
+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 = 2007021500; // YYYYMMDD = date of the 1.8 branch (don't change)
$version = 2007021501; // YYYYMMDD = date of the 1.8 branch (don't change)
// X = release number 1.8.[0,1,2,3...]
// Y = micro-increments between releases