Skip to content

Commit

Permalink
Renamed randommatch.html -> randomsamatch.html
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 30, 2003
1 parent 432d390 commit e4be3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/randommatch.html → mod/quiz/randomsamatch.html
Expand Up @@ -45,6 +45,7 @@
<?
if ($numberavailable < 2) {
echo "ERROR";
$maxrandom=2;
} else if ($numberavailable < 6) {
$maxrandom = $numberavailable;
} else {
Expand Down

0 comments on commit e4be3d5

Please sign in to comment.