mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
10 lines
490 B
PHP
10 lines
490 B
PHP
<?php // $Id$
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
/// Code fragment to define the version of the note module
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$note_version = 2007070700; // The current version of note module (Date: YYYYMMDDXX)
|
|
$module->cron = 1800; // Period for cron to check this module (secs)
|