Vergleich inc/class_xml.php - 1.2.4 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * MyBB 1.2
* Copyright � 2006 MyBB Group, All Rights Reserved
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html

 *

 *

 * $Id: class_xml.php 2024 2006-08-03 10:12:49Z chris $

 * $Id: class_xml.php 3173 2007-06-29 06:01:38Z Tikitiki $

 */

/**

 */

/**

Zeile 38Zeile 38
	{
$parser = xml_parser_create();
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 0);

	{
$parser = xml_parser_create();
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 0);

		xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
if(!xml_parse_into_struct($parser, $this->data, $vals, $index))

		xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
if(xml_parse_into_struct($parser, $this->data, $vals, $index) === 0)

		{
return false;

		{
return false;

		};

		}


$i = -1;
return $this->get_children($vals, $i);


$i = -1;
return $this->get_children($vals, $i);