moodle/mod/dialogue/version.php

12 lines
338 B
PHP
Raw Normal View History

<?PHP // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
2003-10-13 12:41:36 +00:00
$module->version = 2003101300;
$module->cron = 60;
?>