So $CFG->filtermatchfirstonly isn't forgotten

This commit is contained in:
moodler 2005-03-20 17:13:50 +00:00
parent 1f4af9a650
commit 9d5ef89280

View File

@ -206,6 +206,10 @@ $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->filtermatchfirstonly = true;
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser