moodle/blog/version.php
2009-09-04 00:36:43 +00:00

11 lines
491 B
PHP

<?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 = 2009070600; // The current version of blog module (Date: YYYYMMDDXX)
$module->cron = 1800; // Period for cron to check this module (secs)
?>