Merge branch 'w14_MDL-38753_m23_ocicount' of git://github.com/skodak/moodle into...
[moodle.git] / blocks / tags / settings.php
blob2e72e7e005e9669c0cdf6a661801108e903c3e2e
1 <?php
3 defined('MOODLE_INTERNAL') || die;
5 if ($ADMIN->fulltree) {
6 $settings->add(new admin_setting_configcheckbox('block_tags_showcoursetags', get_string('showcoursetags', 'block_tags'),
7 get_string('showcoursetagsdef', 'block_tags'), 0));