From: Frank Lichtenheld Date: Wed, 22 Feb 2006 01:31:57 +0000 (+0000) Subject: Remove a line that only made sense in the context where I copied the X-Git-Tag: switch-to-templates~81 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=23a126961b15aa754f672762f750a1792250aa36;hp=a5b7db12d70653d35344cb6567db1c5e0cd326d1;p=deb%2Fpackages.git Remove a line that only made sense in the context where I copied the code from --- diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index f54cd87..3198d2a 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -196,7 +196,6 @@ setlocale ( LC_ALL, $locale ) setlocale( LC_ALL, get_locale() ) or do { debug( "couldn't set default locale either" ); - next if ($opts{lang} ne 'en'); setlocale( LC_ALL, "C" ); }; };