moodle/mod/journal/version.php

13 lines
403 B
PHP
Raw Normal View History

<?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 = 2005021600;
$module->requires = 2005021600; // Requires this Moodle version
$module->cron = 60;
2001-11-22 06:23:56 +00:00
?>