From 6bb87dbcf277ebc05447d5ecc09475b0a63899db Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Wed, 30 Dec 2015 18:37:23 +0200 Subject: [PATCH] Fix at backup. --- CHANGES.md | 1 + cross/play.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 != '') {