MDL-28295 SCORM change mangement of pop-up windows, load full SCORM API in existing window - this fixes an issue with IE 7 and httpreq communication

This commit is contained in:
Dan Marsden 2011-07-13 13:31:28 +12:00
parent 3fdc622697
commit 6d954dd372
6 changed files with 48 additions and 34 deletions

View file

@ -23,6 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$module->version = 2011073100; // The (date) version of this module
$module->version = 2011080100; // The (date) version of this module
$module->requires = 2010080300; // The version of Moodle that is required
$module->cron = 300; // How often should cron check this module (seconds)?