From: terry%netscape.com <> Date: Sat, 21 Nov 1998 03:18:33 +0000 (+0000) Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. X-Git-Tag: bugzilla-2.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b;p=thirdparty%2Fbugzilla.git Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- diff --git a/CGI.pl b/CGI.pl index 89768775ae..f16640bc1a 100644 --- a/CGI.pl +++ b/CGI.pl @@ -39,8 +39,8 @@ sub GeneratePersonInput { } sub GeneratePeopleInput { - my ($field, $size, $def_value) = (@_); - return ""; + my ($field, $def_value) = (@_); + return ""; } @@ -187,15 +187,15 @@ sub make_options { } $last = $item; if ($isregexp ? $item =~ $default : $default eq $item) { - $popup .= "