| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?php // LAMS is disabled by default 2 if (empty($CFG->lams_initialdisable)) { 3 if (!count_records('lams')) { 4 set_field('modules', 'visible', 0, 'name', 'lams'); // Disable it by default 5 set_config('lams_initialdisable', 1); 6 } 7 } 8 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |