|
|
mantisbt config_defaults_inc.php,1.251,1.252: msg#00027
|
Subject: |
mantisbt config_defaults_inc.php,1.251,1.252 |
Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27910
Modified Files:
config_defaults_inc.php
Log Message:
added a default for 'update_bug_assign_threshold'
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- config_defaults_inc.php 18 Mar 2005 03:48:17 -0000 1.251
+++ config_defaults_inc.php 20 Mar 2005 12:39:43 -0000 1.252
@@ -875,7 +875,7 @@
# the Assigned list in bug_update*_page.
# This allows control over who can route bugs
# This defaults to $g_handle_bug_threshold
- # $g_update_bug_assign_threshold = DEVELOPER;
+ $g_update_bug_assign_threshold =
'%handle_bug_threshold%';
# access level needed to view private bugnotes
# Look in the constant_inc.php file if you want to set a different value
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
| |