Skip to content

Commit 32e6cbf

Browse files
committed
Minor - format code
1 parent 43e9337 commit 32e6cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/lp/scorm.class.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
2-
/* For licensing terms, see /license.txt */
32

4-
use Symfony\Component\DomCrawler\Crawler;
3+
/* For licensing terms, see /license.txt */
54

65
/**
76
* Defines the scorm class, which is meant to contain the scorm items (nuclear elements).

main/mySpace/myStudents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@
996996

997997
if (api_get_configuration_value('allow_career_users')) {
998998
$visibility = api_get_session_visibility($sId);
999+
9991000
if (SESSION_AVAILABLE === $visibility) {
10001001
$value = $extraFieldValueSession->get_values_by_handler_and_field_variable($sId, 'careerid');
10011002
if (isset($value['value']) && !empty($value['value'])) {

0 commit comments

Comments
 (0)