0611af101d
"course users" are selected. This uses the xxxx_get_participants() function in every module. This solves an issue about info in modules belonging to unenrolled users (Bug #692 closed). Mantain compatibility with old backups (1.1 and 1.1.1). Updated version to "1.2 development". Included support to "label" module (by Martin)
11 lines
418 B
PHP
11 lines
418 B
PHP
<?PHP //$Id$
|
|
// This file defines the current version of the
|
|
// backup/restore code that is being used. This can be
|
|
// compared against the values stored in the
|
|
// database (backup_version) to determine whether upgrades should
|
|
// be performed (see db/backup_*.php)
|
|
|
|
$backup_version = 2003091400; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$backup_release = "1.2 development"; // User-friendly version number
|