Parent Directory | Revision Log | 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 | } | } |
|
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |