Added missing courseid link to final continue button.
[moodle-linuxchix.git] / blocks / version.php
blob0836067fc6015c6b9b5ac30933df64af509a4c6f
1 <?PHP //$Id$
2 // This file defines the current version of the
3 // blocks code that is being used. This can be
4 // compared against the values stored in the
5 // database (blocks_version) to determine whether upgrades should
6 // be performed (see db/backup_*.php)
8 $blocks_version = 2005090200; // The current version is a date (YYYYMMDDXX)