From 52d116dbb7301c6b27c6d3f6e2b119cb18487604 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 9 May 2014 13:35:28 +1200 Subject: [PATCH] convert to using $plugin instead of $module --- version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/version.php b/version.php index ed95d2e..ae31eea 100644 --- a/version.php +++ b/version.php @@ -22,12 +22,12 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$module->version = 2014022801; -$module->requires = 2013040500; -$module->release = '2.6.1'; -$module->maturity = MATURITY_STABLE; -$module->cron = 0; -$module->component = 'mod_attendance'; +$plugin->version = 2014022801; +$plugin->requires = 2013040500; +$plugin->release = '2.6.1'; +$plugin->maturity = MATURITY_STABLE; +$plugin->cron = 0; +$plugin->component = 'mod_attendance'; // Nasty upgrade code to check if need to upgrade from attforblock. // TODO: remove this asap.