moodle/mod/assignment/version.php

13 lines
393 B
PHP
Raw Normal View History

<?php
2001-11-22 06:23:56 +00:00
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
2009-09-04 00:36:43 +00:00
$module->version = 2009062500;
$module->requires = 2009041700; // Requires this Moodle version
$module->cron = 60;