<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remository Inline Direct Download</title>
	<atom:link href="http://dvector.com/oracle/2009/09/20/remository-inline-direct-download/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle/2009/09/20/remository-inline-direct-download/</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Tue, 25 Oct 2011 23:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: one1</title>
		<link>http://dvector.com/oracle/2009/09/20/remository-inline-direct-download/comment-page-1/#comment-13605</link>
		<dc:creator>one1</dc:creator>
		<pubDate>Mon, 07 Mar 2011 06:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=323#comment-13605</guid>
		<description>@Haythem Boukadida
Yes, that does completely disable the check. It was not my choice to do that but instead lengthen the time the link is valid.

The changes I posted try to maintain the original author&#039;s intent while extending functionality.</description>
		<content:encoded><![CDATA[<p>@Haythem Boukadida<br />
Yes, that does completely disable the check. It was not my choice to do that but instead lengthen the time the link is valid.</p>
<p>The changes I posted try to maintain the original author&#8217;s intent while extending functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haythem Boukadida</title>
		<link>http://dvector.com/oracle/2009/09/20/remository-inline-direct-download/comment-page-1/#comment-13591</link>
		<dc:creator>Haythem Boukadida</dc:creator>
		<pubDate>Sun, 06 Mar 2011 23:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://dvector.com/oracle/?p=323#comment-13591</guid>
		<description>You can get ride of this issue by simply disabling the check:
to do this:
original:
	function wrongCheck ($chk, $id, $func) {

		if ($chk == $this-&gt;makeCheck($id, $func)) return false;
		return true;	}
modified:
	function wrongCheck ($chk, $id, $func) {

		if ($chk == $this-&gt;makeCheck($id, $func)) return false;
		return false; 	}

@ file : com_remostery&gt;p-classes&gt;remositoryRepository.php @ligne:432</description>
		<content:encoded><![CDATA[<p>You can get ride of this issue by simply disabling the check:<br />
to do this:<br />
original:<br />
	function wrongCheck ($chk, $id, $func) {</p>
<p>		if ($chk == $this-&gt;makeCheck($id, $func)) return false;<br />
		return true;	}<br />
modified:<br />
	function wrongCheck ($chk, $id, $func) {</p>
<p>		if ($chk == $this-&gt;makeCheck($id, $func)) return false;<br />
		return false; 	}</p>
<p>@ file : com_remostery&gt;p-classes&gt;remositoryRepository.php @ligne:432</p>
]]></content:encoded>
	</item>
</channel>
</rss>

