mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
NEW FEATURE: Activity Link allows the teacher to display a link to another activity, which is in the same course,
at the end of the Lesson.
This commit is contained in:
parent
6db0b948cc
commit
114f47a79e
7 changed files with 71 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2005102800; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2005110200; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2005021600; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue