/[cvs]/nfo/site/htdocs/netfraggle.php
ViewVC logotype

Diff of /nfo/site/htdocs/netfraggle.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by xabbu, Mon Sep 13 18:49:02 2004 UTC revision 1.11 by xabbu, Wed Sep 15 16:39:06 2004 UTC
# Line 66  function nfo_query($params) { Line 66  function nfo_query($params) {
66    foreach ($result[0] as $key => $value) {    foreach ($result[0] as $key => $value) {
67     $structinfo[$key] = new XML_RPC_Value($value,"string");     $structinfo[$key] = new XML_RPC_Value($value,"string");
68      }      }
69    foreach ($result[1] as $key => $value)  {    
70     $structcontent[$key] = new XML_RPC_Value($value,"struct");     #foreach ($result[1] as $key => $value)  {
71      }     #$structcontent[$key] = new XML_RPC_Value($value,"struct");
72       # }
73      
74       foreach ($result[1] as $key => $value)  {
75            $cdata = array();
76            foreach($value as $item => $data) {
77              $cdata[$item] = new XML_RPC_Value($data,"string");
78            }
79         $structcontent[$key] = new XML_RPC_Value($cdata,"struct");  
80       }
81      
82    foreach ($result[2] as $key => $value) {    foreach ($result[2] as $key => $value) {
83     $structfields[$key] = new XML_RPC_Value($value,"string");     $structfields[$key] = new XML_RPC_Value($value,"string");
84     }     }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed