From 66671e22ff33f493fae7d8a88145ac1ecf34b3b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 24 Apr 2007 11:05:18 +0000 Subject: [PATCH] Auf gar keine Fall nicht ueberkomplizierte Logik nicht leichter gemacht... --- bin/mozilla/amtemplates.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index 82846c9b7..fa55a0118 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -138,7 +138,7 @@ sub display_template_form { my (@values, $file, $setup); while (($file, $setup) = each(%formname_setup)) { - next unless (!ref($setup) || $setup->{$format}); + next if ref($setup) && !$setup->{$format}; push(@values, { "value" => $file, -- 2.20.1