2007-07-05 06:53:17 +00:00
|
|
|
<?php // $Id$
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of the note module
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2007-07-13 08:26:47 +00:00
|
|
|
$note_version = 2007070700; // The current version of note module (Date: YYYYMMDDXX)
|
2007-07-05 06:53:17 +00:00
|
|
|
$module->cron = 1800; // Period for cron to check this module (secs)
|