--- nfo/site/htdocs/netfraggle.php 2004/09/20 23:33:03 1.12 +++ nfo/site/htdocs/netfraggle.php 2004/09/20 23:38:14 1.13 @@ -5,7 +5,7 @@ -------------------------------------------------------------------------------- --- rabit, 01:28 24.08.2004 --- joko, 04:05 30.08.2004 ---- $Id: netfraggle.php,v 1.12 2004/09/20 23:33:03 xabbu Exp $ +--- $Id: netfraggle.php,v 1.13 2004/09/20 23:38:14 xabbu Exp $ ------------------------------------------------------------------------------*/ include('inc/common/common.php.inc'); @@ -75,15 +75,19 @@ } $datall[$keyall] = new XML_RPC_Value($datall2,"struct"); }else{ - $datall[$keyall] = new XML_RPC_Value($valall,"string"); + if($keyall == 'with'){ + // DO nothing yet + }else{ + $datall[$keyall] = new XML_RPC_Value($valall,"string"); + } } } $structinfo[$key] = new XML_RPC_Value($datall,"struct"); }else{ $structinfo[$key] = new XML_RPC_Value($value,"string"); } - } - + } + #foreach ($result[1] as $key => $value) { #$structcontent[$key] = new XML_RPC_Value($value,"struct"); # }