From fd4ff1a62c3c65dcb88589e708dc3be5738f7890 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 10 Jul 2002 07:05:34 +0000 Subject: Bug 150829 - 'My Votes' link missing from footer r=myk, jouni --- defparams.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 9fe4c186e..5ce6ea203 100644 --- a/defparams.pl +++ b/defparams.pl @@ -400,6 +400,11 @@ DefParam("usedependencies", "b", 1); +DefParam("usevotes", + "Do you wish to allow users to vote for bugs? Note that in order for this to be effective, you will have to change the maximum votes allowed in a product to be non-zero in the product edit page.", + "b", + 1); + DefParam("usebugaliases", "Do you wish to use bug aliases, which allow you to assign bugs an easy-to-remember name by which you can refer to them?", -- cgit v1.2.3-24-g4f1b