mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
b86fc0e2a6
Now these are saved in a new table called course_display, each user and each course can have independent settings. I'm intending to expand this table later for all the other course display stuff (like hidden topics etc)
12 lines
379 B
PHP
12 lines
379 B
PHP
<?PHP //$Id$
|
|
// This file defines the current version of the
|
|
// Moodle code that is being used. This can be
|
|
// compared against the values stored in the
|
|
// database to determine whether upgrades should
|
|
// be performed (see lib/db/*.php)
|
|
|
|
$version = 2003042801; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$release = "1.0.9 development"; // User-friendly version number
|
|
|