<?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: PHP Class for Date Time calculations &#8211; Part 2</title>
	<atom:link href="http://www.askaboutphp.com/39/php-class-for-date-time-calculations-part-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/39/php-class-for-date-time-calculations-part-2.html</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 06:32:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leigh Harrison</title>
		<link>http://www.askaboutphp.com/39/php-class-for-date-time-calculations-part-2.html/comment-page-1#comment-7507</link>
		<dc:creator>Leigh Harrison</dc:creator>
		<pubDate>Wed, 01 Apr 2009 07:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=39#comment-7507</guid>
		<description>Another errata - you need to change line 709 from
  return $this-&gt;_hours();
to 
  return $this-&gt;_hours;

My file numbering becomes one line different from yours part-way through (I don&#039;t know why), so 709 may be 708 or 710 - I don&#039;t recall which way the offset went.

Cheers,

::Leigh
http://www.else.co.nz/</description>
		<content:encoded><![CDATA[<p>Another errata &#8211; you need to change line 709 from<br />
  return $this-&gt;_hours();<br />
to<br />
  return $this-&gt;_hours;</p>
<p>My file numbering becomes one line different from yours part-way through (I don&#8217;t know why), so 709 may be 708 or 710 &#8211; I don&#8217;t recall which way the offset went.</p>
<p>Cheers,</p>
<p>::Leigh<br />
<a href="http://www.else.co.nz/" rel="nofollow">http://www.else.co.nz/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

