[Rt-commit] r9615 - rt/branches/3.6-RELEASE/html

ruz at bestpractical.com ruz at bestpractical.com
Thu Nov 8 12:19:49 EST 2007


Author: ruz
Date: Thu Nov  8 12:19:48 2007
New Revision: 9615

Modified:
   rt/branches/3.6-RELEASE/html/autohandler

Log:
* align comments

Modified: rt/branches/3.6-RELEASE/html/autohandler
==============================================================================
--- rt/branches/3.6-RELEASE/html/autohandler	(original)
+++ rt/branches/3.6-RELEASE/html/autohandler	Thu Nov  8 12:19:48 2007
@@ -165,12 +165,12 @@
 
             if ($val) {
 
-               # now get user specific information, to better create our user.
+                # now get user specific information, to better create our user.
                 my $new_user_info
                     = RT::Interface::Web::WebExternalAutoInfo($user);
 
-        # set the attributes that have been defined.
-        # FIXME: this is a horrible kludge. I'm sure there's something cleaner
+                # set the attributes that have been defined.
+                # FIXME: this is a horrible kludge. I'm sure there's something cleaner
                 foreach my $attribute (
                     'Name',                  'Comments',
                     'Signature',             'EmailAddress',


More information about the Rt-commit mailing list