diff options
author | terry%netscape.com <> | 1998-11-22 10:12:09 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1998-11-22 10:12:09 +0100 |
commit | 67a9cd497750e1e5bca545a6b97bcf49d5a7551f (patch) | |
tree | 829fd4c90c96c554bb958dd3468b738f9de35057 | |
parent | 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b (diff) | |
download | bugzilla-67a9cd497750e1e5bca545a6b97bcf49d5a7551f.tar.gz bugzilla-67a9cd497750e1e5bca545a6b97bcf49d5a7551f.tar.xz |
Patch from Sam Ziegler <sam@ziegler.org>: fix some typos.
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | reports.cgi | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -28,8 +28,8 @@ First, you need some other things: Date::Format and Chart::Base available from your nearest CPAN server. See http://www.perl.com/CPAN. ftp://ftp.cpan.org/pub/CPAN/authors/id/GBARR/TimeDate-1.08.tar.gz - ftp://ftp.cpan.com/pub/CPAN/authors/id/DBONNER/Chart-0.99.tar.gz - ftp://ftp.cpan.com/pub/CPAN/authors/id/LDS/GD-1.18.tar.gz + ftp://ftp.cpan.org/pub/CPAN/authors/id/DBONNER/Chart-0.99.tar.gz + ftp://ftp.cpan.org/pub/CPAN/authors/id/LDS/GD-1.18.tar.gz 3) Some kind of HTTP server so you could use CGI scripts Earlier versions of Bugzilla required TCL. THIS IS NO LONGER TRUE. diff --git a/reports.cgi b/reports.cgi index 7456c054e..410abc105 100755 --- a/reports.cgi +++ b/reports.cgi @@ -42,7 +42,7 @@ my %reports = "show_chart" => \&show_chart, ); -# patch from Sam Ziegler <ziegler@mediaguaranty.com>: +# patch from Sam Ziegler <sam@ziegler.org>: # # "reports.cgi currently has it's own idea of what # the header should be. This patch sets it to the |