Browse Source

Fix: Backups the field game.maxattempts

MOODLE_20_STABLE
bdaloukas 12 years ago
parent
commit
379b259f85
  1. 2
      backup/moodle2/backup_game_stepslib.php
  2. 4
      version.php

2
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', 'shuffle', 'timemodified', 'toptext', 'bottomtext',
'grademethod', 'grade', 'decimalpoints', 'popup', 'grademethod', 'grade', 'decimalpoints', 'popup',
'review', 'attempts', 'glossaryid2', 'glossarycategoryid2', 'review', 'attempts', 'glossaryid2', 'glossarycategoryid2',
'language', 'subcategories' 'language', 'subcategories', 'maxattempts'
)); ));
$exporthtmls = new backup_nested_element('game_export_htmls'); $exporthtmls = new backup_nested_element('game_export_htmls');

4
version.php

@ -11,7 +11,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$module->component = 'mod_game'; // Full name of the plugin (used for diagnostics) $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->requires = 2010112400; // Requires Moodle 2.0
$module->cron = 0; // Period for cron to check this module (secs) $module->cron = 0; // Period for cron to check this module (secs)
$module->release = '3.7.29.2'; $module->release = '3.7.29.3';

Loading…
Cancel
Save