Vergleich inc/class_xml.php - 1.6.9 - 1.6.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 60Zeile 60
	 */
function build_tag($thisvals, $vals, &$i, $type)
{

	 */
function build_tag($thisvals, $vals, &$i, $type)
{

		$tag['tag'] = $thisvals['tag'];


		$tag = array('tag' => $thisvals['tag']);


		if(isset($thisvals['attributes']))
{
$tag['attributes'] = $thisvals['attributes'];

		if(isset($thisvals['attributes']))
{
$tag['attributes'] = $thisvals['attributes'];

Zeile 68Zeile 69

if($type == "complete")
{


if($type == "complete")
{

			$tag['value'] = $thisvals['value'];




			if(isset($thisvals['value']))
{
$tag['value'] = $thisvals['value'];
}

		}
else
{

		}
else
{