<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - RSS 리더 그룹 설정]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=324</link>
		<description><![CDATA[RSS 리더 그룹 설정 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Tue, 09 May 2006 02:35:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: RSS 리더 그룹 설정]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=1662#p1662</link>
			<description><![CDATA[<p>이것도 수정하겠습니닷</p>]]></description>
			<author><![CDATA[null@example.com (crizin)]]></author>
			<pubDate>Tue, 09 May 2006 02:35:34 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=1662#p1662</guid>
		</item>
		<item>
			<title><![CDATA[RSS 리더 그룹 설정]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=1657#p1657</link>
			<description><![CDATA[<p>trunk 기준으로 lib/model/reader.php 에 들어가는 내용입니다.<br />배포본에서는 blog/owner/reader/action/group/edit/index.php 입니다.</p><p>editFeedGroup() 함수에서 다음과 같은 구문을 통해 피드 그룹명을 변경하도록 되어있습니다.</p><p>mysql_query(&quot;UPDATE {$database[&#039;prefix&#039;]}FeedGroups SET title = &#039;$title&#039; WHERE id = &#039;$id&#039;&quot;);</p><p>정작 owner 가 지정되어 있지 않기 때문에, 다중 사용자 모드에서는 다른 사람의 그룹명을 멋대로 바꾸는 결과가 발생합니다.<br />때문에 아래와 같이 바꿔주어야 할 것 같습니다.</p><p>mysql_query(&quot;UPDATE {$database[&#039;prefix&#039;]}FeedGroups SET title = &#039;$title&#039; WHERE owner = &#039;$owner&#039; and id = &#039;$id&#039;&quot;);</p>]]></description>
			<author><![CDATA[null@example.com (laziel)]]></author>
			<pubDate>Tue, 09 May 2006 02:08:04 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=1657#p1657</guid>
		</item>
	</channel>
</rss>
