From: bobopinna Date: Tue, 26 Sep 2006 14:37:13 +0000 (+0000) Subject: Fixed a bug in mode selection X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=57d52eebfa50237503400daf97b090cd62bcf63f;p=moodle.git Fixed a bug in mode selection --- diff --git a/mod/scorm/player.php b/mod/scorm/player.php index 6aff5084b3..7116d533d0 100755 --- a/mod/scorm/player.php +++ b/mod/scorm/player.php @@ -92,6 +92,8 @@ } else { $mode = 'normal'; } + } else { + $mode = 'normal'; } }