X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2Fautohandler;h=909b922c8b269c70489a8c5866f0bc31856eef83;hb=2b8d967812822d1aec85faa458d13f0172281139;hp=823adef459baff5ba2aac033ee2fe395a0b91c03;hpb=ef20b2b6b1feb47ad02b5ff7525f1a0fd11d0fa4;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',