mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
d14edf06ee
In particular for editing sticky blocks. If the admin addes one at site level, then the teacher should not be able to change its configuration from the course page, but should be able to set the position on this page.
13 lines
462 B
PHP
13 lines
462 B
PHP
<?php
|
|
|
|
// MOODLE VERSION INFORMATION
|
|
|
|
// This file defines the current version of the core Moodle code being used.
|
|
// This is compared against the values stored in the database to determine
|
|
// whether upgrades should be performed (see lib/db/*.php)
|
|
|
|
$version = 2009073000; // YYYYMMDD = date of the last version bump
|
|
// XX = daily increments
|
|
|
|
$release = '2.0 dev (Build: 20090730)'; // Human-friendly version name
|