mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-14522 - new capability "receivemail" for better control who gets the email after
a response. New option site_after_submit to define the url of the continue-button after completing a feedback
This commit is contained in:
parent
d92cadd63e
commit
c184660d31
10 changed files with 103 additions and 35 deletions
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
|
||||
$module->version = 2008042904; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2008050104; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2007101503; // Requires this Moodle version
|
||||
$feedback_version_intern = 1; //this version is used for restore older backups
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue