From 2fa53682c2d2b84cfcf06aff8d32400d977d72f9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 6 Oct 2008 15:40:41 +0200 Subject: [PATCH] [svn r16442] Fix typo in string comparison (by Eric M) --- main/newscorm/scorm_api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/newscorm/scorm_api.php b/main/newscorm/scorm_api.php index 526950948c..4e8834abb9 100644 --- a/main/newscorm/scorm_api.php +++ b/main/newscorm/scorm_api.php @@ -1,4 +1,4 @@ -mode = 'fullscreen'){ ?> + mode == 'fullscreen'){ ?> cont_f = window.open(''+mysrc,'content_name','toolbar=0,location=0,status=0,scrollbars=1,resizable=1'); return false;