# HG changeset patch # User Steve Kemp # Date 1209758752 -3600 # Node ID a9e686d7f419ec402640ba75792ada7f062ab100 # Parent 9e79fe60ad479bb0d40f879f05222ee907bae85e Make sure we only include entries with title. diff -r 9e79fe60ad47 -r a9e686d7f419 bin/check-titles --- 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. #