MDL-19676 blog does not use version.php file for a long time

This commit is contained in:
Petr Skoda 2009-11-01 12:05:04 +00:00
parent 4ca6cfbfd4
commit 0a8b90f28f

View File

@ -1,10 +0,0 @@
<?php
/////////////////////////////////////////////////////////////////////////////////
/// 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)