mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
3ec7dc5704
up when adding resources to courses with IDs higher than 255
12 lines
337 B
PHP
12 lines
337 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2003082000;
|
|
$module->cron = 0;
|
|
|
|
?>
|