From ca924726d8e692458088267aa5fb36848654fabd Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Mon, 24 Jan 2000 13:41:36 +0000 Subject: 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. --- editproducts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editproducts.cgi') 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.
\n"; } + unlink "data/versioncache"; SendSQL("UNLOCK TABLES"); PutTrailer($localtrailer); -- cgit v1.2.3-24-g4f1b