[Rt-commit] r13997 - rt/3.8/branches/3.8.0-releng/lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 11 11:09:52 EDT 2008


Author: jesse
Date: Fri Jul 11 11:09:52 2008
New Revision: 13997

Modified:
   rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm

Log:
 r39504 at 68-246-144-190 (orig r13908):  sunnavy | 2008-07-09 10:33:51 -0400
  r14188 at sunnavys-mb:  sunnavy | 2008-07-09 16:33:23 +0800
  fixed a typo: ValuesLabel instead of ValueLabel
 


Modified: rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm
==============================================================================
--- rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm	(original)
+++ rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm	Fri Jul 11 11:09:52 2008
@@ -194,15 +194,15 @@
     UsernameFormat => {
         Section         => 'General',
         Overridable     => 1,
-	Widget          =>'/Widgets/Form/Select',
-	WidgetArguments => {
-	   Description  => 'Username format',
-	   Values       => [qw(concise verbose)],
-           ValueLabel   => {
-                concise     => 'Short usernames',
-                verbose     => 'Name and email address',
-                },
-	},
+        Widget          => '/Widgets/Form/Select',
+        WidgetArguments => {
+            Description => 'Username format',
+            Values      => [qw(concise verbose)],
+            ValuesLabel => {
+                concise => 'Short usernames',
+                verbose => 'Name and email address',
+            },
+        },
     },
     DefaultQueue => {
         Section         => 'General',


More information about the Rt-commit mailing list