MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"

- cherry-picked and resolved conflicts
This commit is contained in:
Aparup Banerjee
2011-07-05 15:39:56 +08:00
parent 020f0ffc5b
commit ae8da34929
388 changed files with 410 additions and 410 deletions
+1 -1
View File
@@ -820,7 +820,7 @@ function filter_get_active_in_context($context) {
$contextids = str_replace('/', ',', trim($context->path, '/'));
// The following SQL is tricky. It is explained on
// http://docs.moodle.org/en/Development:Filter_enable/disable_by_context
// http://docs.moodle.org/dev/Filter_enable/disable_by_context
$sql = "SELECT active.filter, fc.name, fc.value
FROM (SELECT f.filter, MAX(f.sortorder) AS sortorder
FROM {filter_active} f