From: moodler Date: Wed, 18 Feb 2004 03:31:45 +0000 (+0000) Subject: New "secret" variable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7758d00f9736e3ed097de259c0d9f01ca9617b42;p=moodle.git New "secret" variable --- diff --git a/config-dist.php b/config-dist.php index 8563a5a918..4cbc9565c7 100644 --- a/config-dist.php +++ b/config-dist.php @@ -143,6 +143,9 @@ $CFG->admin = 'admin'; // texts like forum postings, journals etc). This is mostly only useful // when using the multilang filter. This feature may not be complete. // $CFG->filterall = true; +// +// Setting this to true will enable admins to edit any post at any time +// $CFG->admineditalways = true;