From 9ecf1c77278ab47d0b2d9581216802d5f788d539 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 20 Mar 2006 15:06:10 +0000 Subject: [PATCH] Removed comments for global filter settings. These now have a GUI option on the admin=>filters page --- config-dist.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config-dist.php b/config-dist.php index 533a8e3f8d..fc0dace266 100644 --- a/config-dist.php +++ b/config-dist.php @@ -215,14 +215,6 @@ $CFG->admin = 'admin'; // This setting will make some graphs (eg user logs) use lines instead of bars // $CFG->preferlinegraphs = true; // -// Enabling this will make most text-based filters only match the first time -// a phrase occurs in a given text. Otherwise all are matched. -// $CFG->filtermatchonepertext = true; -// -// Enabling this will make most text-based filters only match the first time -// a phrase occurs in a given page. Otherwise all are matched. -// $CFG->filtermatchoneperpage = true; -// // Enabling this will allow custom scripts to replace existing moodle scripts. // For example: if $CFG->customscripts/course/view.php exists then // it will be used instead of $CFG->wwwroot/course/view.php -- 2.39.5