From: justdave%bugzilla.org <> Date: Thu, 17 Apr 2008 04:17:10 +0000 (+0000) Subject: back out change that wasn't supposed to be part of the previous commit X-Git-Tag: bugzilla-3.0.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d718c04608c7e957ca80b26753896983111f32a4;p=thirdparty%2Fbugzilla.git back out change that wasn't supposed to be part of the previous commit --- diff --git a/post_bug.cgi b/post_bug.cgi index ea1b30b82a..82317483b2 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -53,9 +53,6 @@ my $vars = {}; # Main Script ###################################################################### -# redirect to enter_bug if no field is passed. -print $cgi->redirect(correct_urlbase() . 'enter_bug.cgi') unless $cgi->param(); - # Detect if the user already used the same form to submit a bug my $token = trim($cgi->param('token')); if ($token) {