]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14679 notes do not use version.php!
authorPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 12:29:18 +0000 (12:29 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 12:29:18 +0000 (12:29 +0000)
notes/version.php [deleted file]

diff --git a/notes/version.php b/notes/version.php
deleted file mode 100644 (file)
index 020fce1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-/////////////////////////////////////////////////////////////////////////////////
-///  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)