mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
11 lines
504 B
PHP
Executable file
11 lines
504 B
PHP
Executable file
<?PHP // $Id$
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
/// Code fragment to define the version of repository plug-in (box.net)
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$plugin->version = 2008062701; // The current plug-in version (Date: YYYYMMDDXX)
|
|
$plugin->requires = 2007101509; // The current plug-in version (Date: YYYYMMDDXX)
|
|
$plugin->cron = 3600; // Period for cron to check this plug-in (secs)
|
|
|
|
?>
|