summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin/Groups/Modify.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Admin/Groups/Modify.html')
-rwxr-xr-xrt/share/html/Admin/Groups/Modify.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/rt/share/html/Admin/Groups/Modify.html b/rt/share/html/Admin/Groups/Modify.html
index 148c98e1f..b3bc13faa 100755
--- a/rt/share/html/Admin/Groups/Modify.html
+++ b/rt/share/html/Admin/Groups/Modify.html
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -162,10 +162,7 @@ MaybeRedirectForResults(
push @results, @warnings;
-unless ($Group->Disabled()) {
- $EnabledChecked ='checked="checked"';
-}
-
+$EnabledChecked = ( $Group->Disabled() ? '' : 'checked="checked"' );
</%INIT>