Vergleich inc/class_xml.php - 1.6.7 - 1.6.15

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: class_xml.php 5297 2010-12-28 22:01:14Z Tomm $

 * $Id$

 */

/**

 */

/**

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
{