| 75 | } | } | 
| 76 | $datall[$keyall] = new XML_RPC_Value($datall2,"struct"); | $datall[$keyall] = new XML_RPC_Value($datall2,"struct"); | 
| 77 | }else{ | }else{ | 
| 78 | $datall[$keyall] = new XML_RPC_Value($valall,"string"); | if($keyall == 'with'){ | 
| 79 |  | // DO nothing yet | 
| 80 |  | }else{ | 
| 81 |  | $datall[$keyall] = new XML_RPC_Value($valall,"string"); | 
| 82 |  | } | 
| 83 | } | } | 
| 84 | } | } | 
| 85 | $structinfo[$key] = new XML_RPC_Value($datall,"struct"); | $structinfo[$key] = new XML_RPC_Value($datall,"struct"); | 
| 86 | }else{ | }else{ | 
| 87 | $structinfo[$key] = new XML_RPC_Value($value,"string"); | $structinfo[$key] = new XML_RPC_Value($value,"string"); | 
| 88 | } | } | 
| 89 | } | } | 
| 90 |  |  | 
| 91 | #foreach ($result[1] as $key => $value)  { | #foreach ($result[1] as $key => $value)  { | 
| 92 | #$structcontent[$key] = new XML_RPC_Value($value,"struct"); | #$structcontent[$key] = new XML_RPC_Value($value,"struct"); | 
| 93 | # } | # } |