X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=misc%2Fcronjobs%2Foverdue_notices.pl;h=7745047e3f2657591cd4eecfe4ac219677453fb6;hp=9575e750e480a5d12eb5bafa293a2fc87109c4c0;hb=394be84dcd65a4569d0467bc12b99dbd6341fc43;hpb=9abfb7a7645388b159bfb0a249d98f9fe29cde1f diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 9575e750e4..7745047e3f 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -580,8 +580,6 @@ END_SQL if (@misses) { $verbose and warn "The following terms were not matched and replaced: \n\t" . join "\n\t", @misses; } - $letter->{'content'} =~ s/\<[^<>]*?\>//g; # Now that we've warned about them, remove them. - $letter->{'content'} =~ s/\<[^<>]*?\>//g; # 2nd pass for the double nesting. if ( !$nomail && scalar @emails_to_use ) { C4::Letters::EnqueueLetter(