From: djk <djk>
Date: Tue, 21 Sep 1999 22:00:59 +0000 (+0000)
Subject: removed restriction on having to have lines in a message for it to be
X-Git-Tag: R_1_32~20
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5c8e14ce61160f8dd54ddcf6f41a885f51a373d;p=spider.git

removed restriction on having to have lines in a message for it to be
stored
---

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");