From c5c8e14ce61160f8dd54ddcf6f41a885f51a373d Mon Sep 17 00:00:00 2001 From: djk Date: Tue, 21 Sep 1999 22:00:59 +0000 Subject: [PATCH] removed restriction on having to have lines in a message for it to be stored --- perl/DXMsg.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 3262a44d..8c2e7c46 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -393,9 +393,9 @@ sub store my $lines = shift; # we only proceed if there are actually any lines in the file - if (!$lines || @{$lines} == 0) { - return; - } +# if (!$lines || @{$lines} == 0) { +# return; +# } if ($ref->{file}) { # a file dbg('msg', "To be stored in $ref->{to}\n"); -- 2.34.1