summaryrefslogtreecommitdiffstats
path: root/util/udnnews.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/udnnews.pl')
-rw-r--r--util/udnnews.pl1
1 files changed, 1 insertions, 0 deletions
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;