diff options
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index b2fca8f..31c0049 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -48,7 +48,7 @@ if (defined($ENV{'QUERY_STRING'})) {  	}  	# print "tlang=$tlang\n";  	eval {require "w3mhelp-funcdesc.$tlang.pl";}; -	if (defined(%funcdesc)) { +	if (%funcdesc) {  	    $lang = $tlang;  	}      } | 
