changeset 242:af29da68fa82

Alert about future posts.
author Steve Kemp <steve@steve.org.uk>
date Fri, 16 May 2008 17:40:37 +0100
parents a534e06653dd
children 855f04717521
files bin/chronicle
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Fri May 16 17:39:25 2008 +0100
+++ b/bin/chronicle	Fri May 16 17:40:37 2008 +0100
@@ -1544,6 +1544,7 @@
     #
     if (($publish ne "") && (str2time($publish) > time()))
     {
+        $CONFIG{'verbose'} && print "Skipping future entry $filename - due to be published on $publish\n";
         return 0;
     }