.. this..

The default notify flag works.. but the second bit doesn't alter specific 
values. I got the body of it from a database config after using the web 
interface to configure it.

Thank you!

$g_default_notify_flags  = array (
  'handler' => ON,
  'monitor' => ON,
  'threshold_min' => NOBODY,
  'threshold_max' => ANYBODY,
);

$g_notify_flags = array (
  'new' =>  array ('threshold_min' => MANAGER,
                   'threshold_max' => MANAGER),
  'resolved' =>  array ('threshold_min' => MANAGER,
                        'threshold_max' => MANAGER),
  'closed' => array('threshold_min' => MANAGER,
                    'threshold_max' => MANAGER));

-----------------------
N: Jon Hardcastle
E: [email protected]
'Do not worry about tomorrow, for tomorrow will bring worries of its own.'
-----------------------


      

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to