Vergleich inc/class_xml.php - 1.6.9 - 1.6.17
Zeile 60 | Zeile 60 |
---|---|
*/ |
*/ |
$tag['tag'] = $thisvals['tag']; | $tag = array('tag' => $thisvals['tag']); |
if(isset($thisvals['attributes'])) | if(isset($thisvals['attributes'])) |
Zeile 68 | Zeile 69 |
|
|
$tag['value'] = $thisvals['value']; | if(isset($thisvals['value'])) |
} | } |