mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
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:
parent
3fdc622697
commit
6d954dd372
6 changed files with 48 additions and 34 deletions
|
@ -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)?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue