Fixed a problem with parameter passing

This commit is contained in:
bobopinna 2005-08-30 07:09:18 +00:00
parent c36037e765
commit 6293071b9e

View File

@ -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') {