Fixed a typo in popup window management

This commit is contained in:
bobopinna 2005-06-29 12:00:02 +00:00
parent 94c6290094
commit 28d32305f3

View file

@ -82,7 +82,7 @@
// Print the page header
//
$scripts = '';
if ($scorm->popup = 1) {
if ($scorm->popup == 1) {
$scripts = 'onUnload="top.main.close();"';
}