Browse Source

Fix: Problem when viewing the second page of game attempts

MOODLE_20_STABLE
bdaloukas 11 years ago
parent
commit
221d08ab04
  1. 2
      showattempts.php
  2. 4
      version.php

2
showattempts.php

@ -181,7 +181,7 @@
echo ($i+1).' ';
}else
{
echo "<A HREF=\"{$CFG->wwwroot}/mod/game/preview.php?action=showattempts&amp;update=$update&amp;q={$game->id}&amp;limitfrom=$i&\">".($i+1)."</a>";
echo "<A HREF=\"{$CFG->wwwroot}/mod/game/showattempts.php?q={$game->id}&amp;limitfrom=$i&\">".($i+1)."</a>";
echo ' &nbsp;';
}
}

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

Loading…
Cancel
Save