adding some strings
[moodle-linuxchix.git] / course / format / weeks / ajax.php
blob2280eddd8154b13e0fae503de5335e1b812bc498
1 <?php
2 /**
3 * This file is required if the course format is to support AJAX.
4 */
7 $CFG->ajaxcapable = true;
8 $CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111);