Skip to content

Commit

Permalink
Merge branch 'MDL-23813_21' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_21_STABLE
  • Loading branch information
stronk7 committed Jul 2, 2012
2 parents 33406a7 + 9eb2207 commit 8162a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/glossary/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////

$module->version = 2011052300;
$module->version = 2011052301;
$module->requires = 2011052300; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)

Expand Down
2 changes: 1 addition & 1 deletion mod/glossary/yui/autolinker/autolinker.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ YUI.add('moodle-mod_glossary-autolinker', function(Y) {
return new AUTOLINKER(config);
}

}, '@VERSION@', {requires:['base','node','event-delegate','overlay','moodle-enrol-notification']});
}, '@VERSION@', {requires:['base','node','io-base','json-parse','event-delegate','overlay','moodle-enrol-notification']});

0 comments on commit 8162a13

Please sign in to comment.