From de2473331317dee776a12421ed9cd38e8436f582 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Mon, 8 May 2006 04:57:43 +0000 Subject: Bug 333581: Provide editbugs as default timetrackinggroup value. Patch by Marc Schumann , r=mkanat, kevin.benton, a=myk --- Bugzilla/Config/GroupSecurity.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config/GroupSecurity.pm') diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm index bd1aa3829..f1f1ac2a6 100644 --- a/Bugzilla/Config/GroupSecurity.pm +++ b/Bugzilla/Config/GroupSecurity.pm @@ -67,7 +67,7 @@ sub get_param_list { { name => 'timetrackinggroup', type => 't', - default => '' + default => 'editbugs' }, { -- cgit v1.2.3-24-g4f1b