Page 1 of 1

Reporters in the Send a reminder list

Posted: 29 Mar 2010, 14:20
by sunetjensen
Hi

I would like the users with status of Reporter to be in the list "Send a reminder" (bug_reminder_page.php) (we are working with small closed projects). Is that possible?

/Sune

Re: Reporters in the Send a reminder list

Posted: 29 Mar 2010, 15:35
by atrol
add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;

SOLVED: Reporters in the Send a reminder list

Posted: 29 Mar 2010, 20:18
by sunetjensen
atrol wrote:add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;
Thanks. That solved the issue :-)