From 23a126961b15aa754f672762f750a1792250aa36 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 22 Feb 2006 01:31:57 +0000 Subject: [PATCH] Remove a line that only made sense in the context where I copied the code from --- cgi-bin/dispatcher.pl | 1 - 1 file changed, 1 deletion(-) 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" ); }; }; -- 2.39.2