/[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.14 by xabbu, Tue Sep 21 12:04:45 2004 UTC revision 1.15 by xabbu, Tue Sep 21 17:19:16 2004 UTC
# Line 92  function nfo_query($params) { Line 92  function nfo_query($params) {
92     foreach ($result[1] as $key => $value)  {     foreach ($result[1] as $key => $value)  {
93          $cdata = array();          $cdata = array();
94          foreach($value as $item => $data) {          foreach($value as $item => $data) {
95            $cdata[$item] = new XML_RPC_Value($data,"string");              $data = utf8_encode($data);
96                $cdata[$item] = new XML_RPC_Value($data,"string");
97          }          }
98       $structcontent[$key] = new XML_RPC_Value($cdata,"struct");         $structcontent[$key] = new XML_RPC_Value($cdata,"struct");  
99     }     }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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