mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Fixed a problem with parameter passing
This commit is contained in:
parent
c36037e765
commit
6293071b9e
@ -55,8 +55,8 @@
|
||||
}
|
||||
$sco = get_record("scorm_scoes","id",$sco_track->scoid);
|
||||
}
|
||||
}
|
||||
//
|
||||
}
|
||||
//
|
||||
// If no sco was found get the first of SCORM package
|
||||
//
|
||||
if (!isset($sco)) {
|
||||
@ -75,6 +75,9 @@
|
||||
} else {
|
||||
$connector = '?';
|
||||
}
|
||||
if ($sco->parameters[0] == '?') {
|
||||
$sco->parameters = substr($sco->parameters,1);
|
||||
}
|
||||
}
|
||||
|
||||
if ($version == 'AICC') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user