From 45d525422e8d49bd1960d6b65ba942e04d7b1671 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 18 Sep 2003 17:03:40 +0000 Subject: [PATCH] Somehow the version went down ... bumping it up again! --- mod/attendance/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/attendance/version.php b/mod/attendance/version.php index 380cd3e2817..f7211dea935 100644 --- a/mod/attendance/version.php +++ b/mod/attendance/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003090301; // The current module version (Date: YYYYMMDDXX) +$module->version = 2003091800; // The current module version (Date: YYYYMMDDXX) $module->cron = 0; // Period for cron to check this module (secs) ?>