<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - interface\owner\data\export\index.php에서 버그를 발견하였습니다.]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=10729</link>
		<description><![CDATA[interface\owner\data\export\index.php에서 버그를 발견하였습니다. 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Thu, 11 Aug 2011 12:38:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[interface\owner\data\export\index.php에서 버그를 발견하였습니다.]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=41244#p41244</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (gorekun)]]></author>
			<pubDate>Thu, 11 Aug 2011 12:38:25 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=41244#p41244</guid>
		</item>
	</channel>
</rss>
