Files
moodle/mod/workshop/version.php
T
2003-05-08 20:24:41 +00:00

12 lines
338 B
PHP

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003050400;
$module->cron = 60;
?>