Bug 204464 Name "main::script_type" used only once: possible typo at /opt/webtools/bonsai/rview.cgi line 221.

r=justdave
This commit is contained in:
timeless%mozdev.org 2004-04-20 14:10:30 +00:00
parent ac75a6dc7b
commit 33bcbe95a0

View File

@ -33,6 +33,7 @@ use strict;
sub sillyness {
my $zz;
$zz = $::Setup_String;
$zz = $::script_type;
}
require 'CGI.pl';