From 710b0cd0a624f1c666274cb7ce60c59538a50ab0 Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Tue, 7 Apr 2009 20:12:47 +0200 Subject: [PATCH] [svn r19609] Minor - Missing title into img tag when you hide all attempts by exercise - partial FS#3909 --- main/newscorm/lp_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php index e172effbe7..449f49ba57 100644 --- a/main/newscorm/lp_stats.php +++ b/main/newscorm/lp_stats.php @@ -565,7 +565,7 @@ foreach ($list as $my_item_id) { $num = Database :: num_rows($resultLastAttempt); if ($num > 0) { if (isset($_GET['extend_attempt']) && $_GET['extend_attempt'] == 1 && (isset($_GET['lp_id']) && $_GET['lp_id'] == $my_lp_id) && (isset($_GET['my_lp_id']) && $_GET['my_lp_id'] == $my_id) ) { - $correct_test_link = 'fold_view'; + $correct_test_link = 'fold_view'; $extend_attempt = 1; } else { $correct_test_link = 'extend_view';