Change 'old' password prompt to make it more intuitive to users
[moodle-linuxchix.git] / mod / hotpot / defaults.php
blobcd3373848b1e36ee2fd5f9abcfc76365215516b3
1 <?php
2 if (empty($CFG->hotpot_initialdisable)) {
3 if (!count_records('hotpot')) {
4 set_field('modules', 'visible', 0, 'name', 'hotpot'); // Disable it by default
5 set_config('hotpot_initialdisable', 1);
9 ?>