changeset 228:a9e686d7f419

Make sure we only include entries with title.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:05:52 +0100
parents 9e79fe60ad47
children d0b10f56d435
files bin/check-titles
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-titles	Fri May 02 21:04:45 2008 +0100
+++ b/bin/check-titles	Fri May 02 21:05:52 2008 +0100
@@ -58,6 +58,11 @@
     close(IN);
 
     #
+    #  Ignore entries with no title.
+    #
+    next if ( !$title );
+
+    #
     #  Get current entries we might have found with
     # this title; and add on the new one.
     #