From: cjwatson <> Date: Sun, 8 Dec 2002 21:39:21 +0000 (-0800) Subject: [project @ 2002-12-08 13:39:21 by cjwatson] X-Git-Tag: release/2.6.0~973 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab0016316dd8fb90297087b7c6e2e0edb2765c4c;p=debbugs.git [project @ 2002-12-08 13:39:21 by cjwatson] Add $gWebDomain to 'use vars' to avoid a "possible typo" warning. --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 0063ad98..636e1543 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -14,7 +14,7 @@ require './common.pl'; require '/etc/debbugs/config'; require '/etc/debbugs/text'; -use vars(qw($gEmailDomain $gHTMLTail $gSpoolDir)); +use vars(qw($gEmailDomain $gHTMLTail $gSpoolDir $gWebDomain)); if ($ENV{REQUEST_METHOD} eq 'HEAD') { print "Content-Type: text/html\n\n"; @@ -63,7 +63,7 @@ Content-Type: text/html
There is no record of $debbugs::gBug $short. -Try the search page instead.
+Try the search page instead. $tail_html