Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / mod / hotpot / defaults.php
blob8e678f78c60f2a70475975b7c5a48f0869456aa8
1 <?php // $Id$
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 ?>