X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2Fautohandler;h=909b922c8b269c70489a8c5866f0bc31856eef83;hb=1bbea609e08016811912bc0dfc59b9c54fea7825;hp=823adef459baff5ba2aac033ee2fe395a0b91c03;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/rt/html/autohandler b/rt/html/autohandler index 823adef45..909b922c8 100644 --- a/rt/html/autohandler +++ b/rt/html/autohandler @@ -165,12 +165,12 @@ elsif ($RT::WebExternalAuth) { 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',