From e0aa018ccfde8e439021cedc32922baebee24f6d Mon Sep 17 00:00:00 2001 From: piers Date: Sun, 3 Aug 2008 22:17:16 +0000 Subject: [PATCH] MDL-14457 SCORM module creating extra windows when opening module in a new window. Backport to 1.9 (thanks Jo Matthews). --- mod/scorm/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index a333c09ed..a58461534 100755 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -571,7 +571,7 @@ function scorm_view_display ($user, $scorm, $action, $cm, $boxwidth='') { ?>
-
popup == 1?' target="newwin"':'' ?>> + hidebrowse == 0) { print_string('mode','scorm'); -- 2.11.4.GIT