moodle/blog/version.php

11 lines
491 B
PHP
Raw Normal View History

2006-03-10 06:53:01 +00:00
<?php // $Id$
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of the blog module
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$blog_version = 2005030400; // The current version of blog module (Date: YYYYMMDDXX)
$module->cron = 1800; // Period for cron to check this module (secs)
?>