diff options
author | jouni%heikniemi.net <> | 2004-07-22 12:14:13 +0000 |
---|---|---|
committer | jouni%heikniemi.net <> | 2004-07-22 12:14:13 +0000 |
commit | 96998d6abce5465e93b6876804766e7f189b7621 (patch) | |
tree | bdef2d251bca9349435528a629a856a7d8f3c193 /query.cgi | |
parent | Bug 252190: Fix unitialized value in editusers.cgi (diff) | |
download | bugzilla-96998d6abce5465e93b6876804766e7f189b7621.tar.gz bugzilla-96998d6abce5465e93b6876804766e7f189b7621.tar.bz2 bugzilla-96998d6abce5465e93b6876804766e7f189b7621.zip |
Bug 98751: Make it easier to update a stored query.
r=gerv, a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -395,6 +395,9 @@ if (($::FORM{'query_format'} || $::FORM{'format'} || "") eq "create-series") { $vars->{'category'} = Bugzilla::Chart::getVisibleSeries(); } +$vars->{'known_name'} = $cgi->param('known_name'); + + # Add in the defaults. $vars->{'default'} = \%default; |