mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-19676 blog does not use version.php file for a long time
This commit is contained in:
parent
4ca6cfbfd4
commit
0a8b90f28f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user