mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 13:09:25 +02:00
All modules now require the very latest because of the changes to add_to_log
This commit is contained in:
parent
037f99aa2d
commit
9423833cd9
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003091000;
|
$module->version = 2003091000;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX)
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 3600; // Period for cron to check this module (secs)
|
$module->cron = 3600; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003072500; // The (date) version of this module
|
$module->version = 2003072500; // The (date) version of this module
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 300; // How often should cron check this module (seconds)?
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004010100;
|
$module->version = 2004010100;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003101300;
|
$module->version = 2003101300;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003121000;
|
$module->version = 2003121000;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX)
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0; // Period for cron to check this module (secs)
|
$module->cron = 0; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
$release = "0.5 development"; // User-friendly version number
|
$release = "0.5 development"; // User-friendly version number
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004011400;
|
$module->version = 2004011400;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003091400; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003091400; // The current module version (Date: YYYYMMDDXX)
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0; // Period for cron to check this module (secs)
|
$module->cron = 0; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003111100; // The (date) version of this module
|
$module->version = 2003111100; // The (date) version of this module
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004013101;
|
$module->version = 2004013101;
|
||||||
$module->requires = 2004012000; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003051502;
|
$module->version = 2003051502;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003113000;
|
$module->version = 2003113000;
|
||||||
$module->requires = 2004010100; // Requires this Moodle version
|
$module->requires = 2004013101; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user