From 379b259f856467b8758deeeff44335ab92717cf9 Mon Sep 17 00:00:00 2001 From: bdaloukas Date: Mon, 29 Jul 2013 16:57:08 +0300 Subject: [PATCH] Fix: Backups the field game.maxattempts --- backup/moodle2/backup_game_stepslib.php | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/moodle2/backup_game_stepslib.php b/backup/moodle2/backup_game_stepslib.php index fb26b80..032ab7d 100755 --- a/backup/moodle2/backup_game_stepslib.php +++ b/backup/moodle2/backup_game_stepslib.php @@ -45,7 +45,7 @@ class backup_game_activity_structure_step extends backup_activity_structure_step 'shuffle', 'timemodified', 'toptext', 'bottomtext', 'grademethod', 'grade', 'decimalpoints', 'popup', 'review', 'attempts', 'glossaryid2', 'glossarycategoryid2', - 'language', 'subcategories' + 'language', 'subcategories', 'maxattempts' )); $exporthtmls = new backup_nested_element('game_export_htmls'); diff --git a/version.php b/version.php index 4761a67..60b460b 100755 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ defined('MOODLE_INTERNAL') || die(); $module->component = 'mod_game'; // Full name of the plugin (used for diagnostics) -$module->version = 2013072902; // The current module version (Date: YYYYMMDDXX) +$module->version = 2013072903; // The current module version (Date: YYYYMMDDXX) $module->requires = 2010112400; // Requires Moodle 2.0 $module->cron = 0; // Period for cron to check this module (secs) -$module->release = '3.7.29.2'; +$module->release = '3.7.29.3';