From 221d08ab041807164ee28e05cff97b0d4ab1f179 Mon Sep 17 00:00:00 2001 From: bdaloukas Date: Tue, 21 Jan 2014 22:55:44 +0200 Subject: [PATCH] Fix: Problem when viewing the second page of game attempts --- showattempts.php | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/showattempts.php b/showattempts.php index de7da67..83797ad 100755 --- a/showattempts.php +++ b/showattempts.php @@ -181,7 +181,7 @@ echo ($i+1).' '; }else { - echo "wwwroot}/mod/game/preview.php?action=showattempts&update=$update&q={$game->id}&limitfrom=$i&\">".($i+1).""; + echo "wwwroot}/mod/game/showattempts.php?q={$game->id}&limitfrom=$i&\">".($i+1).""; echo '  '; } } diff --git a/version.php b/version.php index 300eed5..ff464e9 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 = 2014012101; // The current module version (Date: YYYYMMDDXX) +$module->version = 2014012102; // 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.13.21'; +$module->release = '3.13.21.2';