Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 319 → Rev 320

/belle2/masterclass/runscript.php
16,7 → 16,7
$cmd="";
foreach($xml_array as $tag => $value) {
if ((int)$tag === $tag) {
$tag = mb_substr($parent, 0, -1);
$tag = substr($parent, 0, -1);
}
$cmd = $cmd . "<" .$tag. ">";
if (is_array($value)) {