moodle/mod/assignment/version.php

13 lines
403 B
PHP
Raw Normal View History

2004-09-12 21:43:59 +00:00
<?php // $Id$
2001-11-22 06:23:56 +00:00
////////////////////////////////////////////////////////////////////////////////
// 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;
2001-11-22 06:23:56 +00:00
?>