diff options
author | terry%mozilla.org <> | 2000-01-24 13:41:36 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-24 13:41:36 +0000 |
commit | ca924726d8e692458088267aa5fb36848654fabd (patch) | |
tree | 956427344efa23fe3bd2cc4c50eae36f08509550 /editproducts.cgi | |
parent | Fixed bug causing named queries to get all screwed up around "target (diff) | |
download | bugzilla-ca924726d8e692458088267aa5fb36848654fabd.tar.gz bugzilla-ca924726d8e692458088267aa5fb36848654fabd.tar.bz2 bugzilla-ca924726d8e692458088267aa5fb36848654fabd.zip |
New email code wasn't sending to people who had voted for a bug.
Added "My votes" link to footer. Other minor voting-related fixes.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index f3c1bbabd..e9c5f9f35 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -689,9 +689,9 @@ if ($action eq 'update') { SET program='$product' WHERE program=" . SqlQuote($productold)); - unlink "data/versioncache"; print "Updated product name.<BR>\n"; } + unlink "data/versioncache"; SendSQL("UNLOCK TABLES"); PutTrailer($localtrailer); |