changeset 248:8e5c67bc95db

BugFIX
author Steve Kemp <steve@steve.org.uk>
date Fri, 16 May 2008 17:46:40 +0100
parents e60d2e74f3dc
children 93b4f9723d5a
files bin/chronicle
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Fri May 16 17:43:01 2008 +0100
+++ b/bin/chronicle	Fri May 16 17:46:40 2008 +0100
@@ -834,9 +834,9 @@
     #  Parse and return the date
     #
     my ( $ss1, $mm1, $hh1, $day1, $month1, $year1, $zone1 ) =
-      strptime( $a->{ 'date' } );
+      strptime( $a->{ 'pubdate' } );
     my ( $ss2, $mm2, $hh2, $day2, $month2, $year2, $zone2 ) =
-      strptime( $b->{ 'date' } );
+      strptime( $b->{ 'pubdate' } );
 
     #
     # Abort if we didn't work.