diff options
author | 1998-09-02 04:01:10 +0000 | |
---|---|---|
committer | 1998-09-02 04:01:10 +0000 | |
commit | ae1be205479750f975d5b86f43d4e426797bc369 (patch) | |
tree | db724ab5c72601675854c6a8e5d3d0becba19641 | |
parent | Use POST, not GET. Allow for boolean params. (diff) | |
download | bugzilla-ae1be205479750f975d5b86f43d4e426797bc369.tar.gz bugzilla-ae1be205479750f975d5b86f43d4e426797bc369.tar.bz2 bugzilla-ae1be205479750f975d5b86f43d4e426797bc369.zip |
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
to enter a new bug.
-rwxr-xr-x | CGI.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ proc navigation_header {} { } } puts " <A HREF=\"query.cgi\">Query page</A>" + puts " <A HREF=\"enter_bug.cgi\">Enter new bug</A>" } proc make_options { src default {isregexp 0} } { |