From 4b0626c985b90f938cd882b7383d218bbbf52555 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Fri, 19 Nov 2004 02:30:40 +0000 Subject: [PATCH] Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT --- mod/chat/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/version.php b/mod/chat/version.php index 923d476740..e9941463fc 100644 --- a/mod/chat/version.php +++ b/mod/chat/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2004121100; // The (date) version of this module +$module->version = 2004111200; // The (date) version of this module $module->requires = 2004052505; // Requires this Moodle version $module->cron = 300; // How often should cron check this module (seconds)? -- 2.39.5