repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-44316 core_tag: changed the API to accept a contextid and component
[moodle.git]
/
filter
/
multilang
/
settings.php
blob
a407911db7110ab19c4fc4bab78adb6b9d8107ad
1
<
?php
2
3
defined
(
'MOODLE_INTERNAL'
)
||
die
;
4
5
if
(
$ADMIN
->
fulltree
) {
6
7
$settings
->
add
(
new
admin_setting_configcheckbox
(
'filter_multilang_force_old'
,
'filter_multilang_force_old'
,
8
get_string
(
'multilangforceold'
,
'admin'
),
0
));
9
}