diff --git a/CHANGES.md b/CHANGES.md index 8dbdf32..f9500a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Changes in version 3.36.31.1 (2015123101) ------------------------------------------------------------------ - Fix at backup. +- Fix not to show how many correct letters are when printing the crossword. Changes in version 3.36.30.1 (2015123001) ------------------------------------------------------------------ diff --git a/cross/play.php b/cross/play.php index 3cf393e..ad3098b 100755 --- a/cross/play.php +++ b/cross/play.php @@ -143,7 +143,9 @@ function game_cross_play( $id, $game, $attempt, $crossrec, $g, $onlyshow, $shows get_string( 'nextgame', 'game').'         '; } } else if ($info != '') { - echo "
$info
"; + if ($print === false) { + echo "
$info
"; + } } if ($attempt->language != '') {