<?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: PG4WP 1.1.0 needs testing</title>
	<atom:link href="http://www.hawkix.net/lang/en/2010/01/pg4wp-1-1-0-needs-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkix.net/lang/en/2010/01/pg4wp-1-1-0-needs-testing</link>
	<description>Développement PHP / Conseils en informatique / Hébergement et maintenance de sites Web</description>
	<lastBuildDate>Mon, 12 Jul 2010 19:37:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hawk__</title>
		<link>http://www.hawkix.net/lang/en/2010/01/pg4wp-1-1-0-needs-testing/comment-page-1/#comment-196</link>
		<dc:creator>Hawk__</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkix.net/?p=232#comment-196</guid>
		<description>Thanks for this info I didn&#039;t notice the problem.
DAYOFMONTH appears at least in WP 2.8.x basic setup, I&#039;ve added a modification in trunk.</description>
		<content:encoded><![CDATA[<p>Thanks for this info I didn&#8217;t notice the problem.<br />
DAYOFMONTH appears at least in WP 2.8.x basic setup, I&#8217;ve added a modification in trunk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Deffendol</title>
		<link>http://www.hawkix.net/lang/en/2010/01/pg4wp-1-1-0-needs-testing/comment-page-1/#comment-195</link>
		<dc:creator>Pete Deffendol</dc:creator>
		<pubDate>Tue, 19 Jan 2010 18:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkix.net/?p=232#comment-195</guid>
		<description>I found one problem so far, and I&#039;m not sure it&#039;s specific to Wordpress 2.9.  To fix it, change the $date_funcs array on line 154 to the following:

$date_funcs = array(
  &#039;YEAR(&#039;         =&gt; &#039;EXTRACT(YEAR FROM &#039;,
  &#039;DAYOFMONTH(&#039;   =&gt; &#039;EXTRACT(DAY FROM &#039;,
  &#039;MONTH(&#039;        =&gt; &#039;EXTRACT(MONTH FROM &#039;,
  &#039;DAY(&#039;          =&gt; &#039;EXTRACT(DAY FROM &#039;
);

Apologies if the above doesn&#039;t format right on your page.  Bottom line is that you need to handle the &quot;DAYOFMONTH&quot; function.</description>
		<content:encoded><![CDATA[<p>I found one problem so far, and I&#8217;m not sure it&#8217;s specific to Wordpress 2.9.  To fix it, change the $date_funcs array on line 154 to the following:</p>
<p>$date_funcs = array(<br />
  &#8216;YEAR(&#8216;         =&gt; &#8216;EXTRACT(YEAR FROM &#8216;,<br />
  &#8216;DAYOFMONTH(&#8216;   =&gt; &#8216;EXTRACT(DAY FROM &#8216;,<br />
  &#8216;MONTH(&#8216;        =&gt; &#8216;EXTRACT(MONTH FROM &#8216;,<br />
  &#8216;DAY(&#8216;          =&gt; &#8216;EXTRACT(DAY FROM &#8216;<br />
);</p>
<p>Apologies if the above doesn&#8217;t format right on your page.  Bottom line is that you need to handle the &#8220;DAYOFMONTH&#8221; function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
