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';