<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=2416&amp;type=atom"/>
	<updated>2006-12-25T12:02:31Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=2416</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=14352#p14352"/>
			<content type="html"><![CDATA[<p>처리 완료 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-12-25T12:02:31Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=14352#p14352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=14259#p14259"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jparker]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=10</uri>
			</author>
			<updated>2006-12-21T09:18:54Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=14259#p14259</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[2688 댓글알리미 목록에서 검색이 안되는 문제]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=14256#p14256"/>
			<content type="html"><![CDATA[<p>최신 리비전에 댓글알리미 목록에서 검색이 작동하지 않는 것 같습니다.</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2006-12-21T06:35:59Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=14256#p14256</id>
		</entry>
</feed>
