Some cleaning up of the notes interface and conversion from DOS to unix

This commit is contained in:
moodler
2007-08-31 04:05:11 +00:00
parent 3a1ac34002
commit 83e70cc299
8 changed files with 609 additions and 584 deletions
+9 -9
View File
@@ -1,9 +1,9 @@
<?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)
<?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)