We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9337 commit 32e6cbfCopy full SHA for 32e6cbf
main/lp/scorm.class.php
@@ -1,7 +1,6 @@
1
<?php
2
-/* For licensing terms, see /license.txt */
3
4
-use Symfony\Component\DomCrawler\Crawler;
+/* For licensing terms, see /license.txt */
5
6
/**
7
* Defines the scorm class, which is meant to contain the scorm items (nuclear elements).
main/mySpace/myStudents.php
@@ -996,6 +996,7 @@
996
997
if (api_get_configuration_value('allow_career_users')) {
998
$visibility = api_get_session_visibility($sId);
999
+
1000
if (SESSION_AVAILABLE === $visibility) {
1001
$value = $extraFieldValueSession->get_values_by_handler_and_field_variable($sId, 'careerid');
1002
if (isset($value['value']) && !empty($value['value'])) {
0 commit comments