Merge branch 'w11_MDL-26634_19_ldapset' of git://github.com/skodak/moodle into MOODLE...
[moodle.git] / notes / version.php
blob084a681f32375cdfdb916f12b066d5a863bd7927
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of the note module
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $note_version = 2007070700; // The current version of note module (Date: YYYYMMDDXX)
9 $module->cron = 1800; // Period for cron to check this module (secs)