From 12b1b1d02778214c1560dc5aa409fd903d8f796c Mon Sep 17 00:00:00 2001 From: goldquest Date: Wed, 3 Jun 2015 21:06:18 +0200 Subject: [PATCH] new version, so that the event gets removed. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 620367c..a300ad5 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015060300; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2015060301; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2014051200; $plugin->cron = 0; // Period for cron to check this module (secs) $plugin->component = 'mod_etherpadlite';