moodle/mod/workshop/version.php

13 lines
403 B
PHP
Raw Normal View History

2004-09-12 21:43:59 +00:00
<?php // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004091700;
$module->requires = 2004091700; // Requires this Moodle version
$module->cron = 60;
?>