From 2309a21b1d58a111b0d29bab3d74bf6c255d6bbb Mon Sep 17 00:00:00 2001 From: in2 Date: Sun, 19 Jan 2003 00:17:19 +0000 Subject: skip null data git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@631 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/udnnews.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/udnnews.pl b/util/udnnews.pl index 5e19ae88..07c49d4b 100644 --- a/util/udnnews.pl +++ b/util/udnnews.pl @@ -104,6 +104,7 @@ sub FormatChinese sub postout { my($param) = @_; + return if( !$param->{title} ); open FH, ">/tmp/postout.$$"; print FH $param->{content}; close FH; -- cgit v1.2.3