<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - interface\owner\data\export\index.php에서 버그를 발견하였습니다.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=10729&amp;type=atom"/>
	<updated>2011-08-11T12:38:25Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=10729</id>
		<entry>
			<title type="html"><![CDATA[interface\owner\data\export\index.php에서 버그를 발견하였습니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=41244#p41244"/>
			<content type="html"><![CDATA[<p>버전: 1.8.6&nbsp; 증상: 포스트에 달린 openid 댓글 A 아래 openid 아닌 댓글 B가 있을 경우, xml 파일로 export시 B의 openid 항목에 A의 openid 값이 들어갑니다. </p><p>해결: interface\owner\data\export\index.php의 다음 부분을</p><p>if($childComment-&gt;isfiltered == 0)<br />{<br />... &#039;&lt;openid&gt;&#039; . $comment-&gt;openid . &#039;&lt;/openid&gt;&#039; . ...<br />}</p><p>다음과 같이 고쳐 주면 됩니다(엉뚱한 변수를 사용하더군요!):</p><p>if($childComment-&gt;isfiltered == 0)<br />{<br />... &#039;&lt;openid&gt;&#039; . $childComment-&gt;openid . &#039;&lt;/openid&gt;&#039; .&nbsp; ...<br />}</p>]]></content>
			<author>
				<name><![CDATA[gorekun]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=4265</uri>
			</author>
			<updated>2011-08-11T12:38:25Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=41244#p41244</id>
		</entry>
</feed>
