# HG changeset patch # User Dominic Cleal # Date 1232904963 0 # Node ID 61fb1a6de2c5522c165d949535472ce974b1102a # Parent 789877ff0e1a4568ea72ed1c6d8f29dadc87ba9a Fixing timestamp entry sometimes left diff -r 789877ff0e1a -r 61fb1a6de2c5 reproctool.cgi --- a/reproctool.cgi Sun Jan 25 17:33:07 2009 +0000 +++ b/reproctool.cgi Sun Jan 25 17:36:03 2009 +0000 @@ -56,10 +56,6 @@ { $marks = undef; } - else - { - delete $marks->{timestamp}; - } } unless ($marks) @@ -96,6 +92,8 @@ } } + delete $marks->{timestamp} if exists $marks->{timestamp}; + # What evenutally will be printed. print<