<?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: Calendar Plugin 0+1i</title>
	<atom:link href="http://molelog.molehill.org/2003/02/21/calendar-plugin-01i/feed/" rel="self" type="application/rss+xml" />
	<link>http://molelog.molehill.org/2003/02/21/calendar-plugin-01i/</link>
	<description>Changing blogging platforms since 2001</description>
	<lastBuildDate>Wed, 18 Jan 2006 12:38:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tommy Williams</title>
		<link>http://molelog.molehill.org/2003/02/21/calendar-plugin-01i/comment-page-1/#comment-212</link>
		<dc:creator>Tommy Williams</dc:creator>
		<pubDate>Sat, 29 Mar 2003 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=221#comment-212</guid>
		<description>&lt;p&gt;I found a bug in version 0+1i. In report_day_link(), if $month is &lt; 10, the leading 0 is not prepended. As blosxom 2.0RC2 (it&#8217;s the only version I have tried) comes out of the box, it uses month numbers such as 01, 02, 03, etc.&lt;/p&gt;
&lt;p&gt;I added this line right after the variable declaration in that subroutine:&lt;/p&gt;
&lt;p&gt;$month = &#8220;0&#8221; . $month if length($month) &lt; 2;&lt;/p&gt;
&lt;p&gt;to fix the problem.&lt;/p&gt;
&lt;p&gt;Thanks for making this plug-in available.&lt;/p&gt;
&lt;p&gt;&#8212; Tommy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found a bug in version 0+1i. In report_day_link(), if $month is &lt; 10, the leading 0 is not prepended. As blosxom 2.0RC2 (it&#8217;s the only version I have tried) comes out of the box, it uses month numbers such as 01, 02, 03, etc.</p>
<p>I added this line right after the variable declaration in that subroutine:</p>
<p>$month = &#8220;0&#8221; . $month if length($month) &lt; 2;</p>
<p>to fix the problem.</p>
<p>Thanks for making this plug-in available.</p>
<p>&#8212; Tommy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://molelog.molehill.org/2003/02/21/calendar-plugin-01i/comment-page-1/#comment-211</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 31 Dec 1969 20:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://micro.molehill.org/molelog/?p=221#comment-211</guid>
		<description>&lt;p&gt;Hey, maybe I&#8217;m just being dense, but how do you have the cool previous/next month thingy under your calendar. Is it something I can enable in the config files? Thanks&lt;/p&gt;
&lt;p&gt;roblef@gci.net&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, maybe I&#8217;m just being dense, but how do you have the cool previous/next month thingy under your calendar. Is it something I can enable in the config files? Thanks</p>
<p><a href="mailto:roblef@gci.net">roblef@gci.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
