From 2d2c555decac242ac2fccb3b816e7583d6eff2a7 Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 3 Dec 2012 16:16:27 +0100 Subject: [PATCH] testing. warnings erros... --- lib/Insipid/Tags.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Insipid/Tags.pm b/lib/Insipid/Tags.pm index 9c7464c..c3d72cc 100755 --- a/lib/Insipid/Tags.pm +++ b/lib/Insipid/Tags.pm @@ -161,7 +161,7 @@ sub show_tags { #if()) { # find the tags which have been used with this tags too - $tagstring = $tag; + $tagstring = $tag||''; chomp($tagstring); $tagstring =~ s/ /','/g; -- 2.39.5