Too many bugs, not enough time!
[moodle.git] / mod / resource / version.php
blobcf8e3400d0cf57aa9c3e342cc185b5cd3305fb02
1 <?PHP // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2004013101;
9 $module->requires = 2004013101; // Requires this Moodle version
10 $module->cron = 0;