NOBUG: Whitespace cleanup

This commit is contained in:
Eloy Lafuente (stronk7)
2011-11-09 16:29:33 +01:00
parent 14db36e6d1
commit cc13ca3111
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $authuserid = !empty($userid) && $authtoken == sha1($userid . $user->password .
$authusername = !empty($username) && $authtoken == sha1($username . $user->password . $CFG->calendar_exportsalt);
if (!$authuserid && !$authusername) {
die('Invalid authentication');
}
}
$what = optional_param('preset_what', 'all', PARAM_ALPHA);
$time = optional_param('preset_time', 'weeknow', PARAM_ALPHA);
+2 -2
View File
@@ -188,7 +188,7 @@
?>
<div id="scormpage">
<div id="tocbox">
<div id='scormapi-parent'>
<script id="external-scormapi" type="text/JavaScript"></script>
@@ -253,7 +253,7 @@
}
?>
</div> <!-- SCORM page -->
<?php
<?php
// NEW IMS TOC
if (empty($scorm->popup) || $displaymode == 'popup') {
if (!isset($result->toctitle)) {