<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=2416</link>
		<description><![CDATA[2688 댓글알리미 목록에서 검색이 안되는 문제 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Mon, 25 Dec 2006 12:02:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=14352#p14352</link>
			<description><![CDATA[<p>처리 완료 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 25 Dec 2006 12:02:31 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=14352#p14352</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=14259#p14259</link>
			<description><![CDATA[<div class="quotebox"><cite>lunamoth 작성:</cite><blockquote><p>최신 리비전에 댓글알리미 목록에서 검색이 작동하지 않는 것 같습니다.</p></blockquote></div><p>lib/model/comment.php 73번재줄 개선되야 할듯 합니다. implode() 처리할때 배열의 Null값도 포함되어 에러~~<br /><strong>-원본</strong><br /></p><div class="codebox"><pre><code>$childList = array_unique(fetchQueryColumn($preQuery));
$childListStr = (count($childList) == 0) ? &#039;&#039; : (&#039;AND c.id IN ( &#039; . implode(&#039;, &#039;,$childList) . &#039; ) &#039;) ;</code></pre></div><p><strong>-나름대로 개선</strong><br /></p><div class="codebox"><pre><code>$childListTemp = array_unique(fetchQueryColumn($preQuery));
$childList = array();
foreach ($childListTemp as $item) if(!is_null($item)) array_push($childList, $item);
$childListStr = (count($childList) == 0) ? &#039;&#039; : (&#039;AND c.id IN ( &#039; . implode(&#039;, &#039;,$childList) . &#039; ) &#039;) ;</code></pre></div><p>array_unique()사용시 공백(Null)은 필히 제거하라는 지침도 있더군요.</p>]]></description>
			<author><![CDATA[null@example.com (jparker)]]></author>
			<pubDate>Thu, 21 Dec 2006 09:18:54 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=14259#p14259</guid>
		</item>
		<item>
			<title><![CDATA[2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=14256#p14256</link>
			<description><![CDATA[<p>최신 리비전에 댓글알리미 목록에서 검색이 작동하지 않는 것 같습니다.</p>]]></description>
			<author><![CDATA[null@example.com (lunamoth)]]></author>
			<pubDate>Thu, 21 Dec 2006 06:35:59 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=14256#p14256</guid>
		</item>
	</channel>
</rss>
