mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
SCORM MDL-18202 MDL-21379 fix spaces
This commit is contained in:
parent
6b635d44e2
commit
03e9a12279
@ -964,7 +964,7 @@ function scorm_reconstitute_array_element($sversion, $userdata, $element_name, $
|
||||
// check the sub element type
|
||||
if (count($matches) > 0 && $current_subelement != $matches[1]) {
|
||||
if ($count_sub > 0) {
|
||||
echo ' '.$element_name.$scormseperator.$current.'.'.$current_subelement.'._count = '.$count_sub.";\n";
|
||||
echo ' '.$element_name.$scormseperator.$current.'.'.$current_subelement.'._count = '.$count_sub.";\n";
|
||||
}
|
||||
$current_subelement = $matches[1];
|
||||
$current_sub = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user