Skip to content

Commit

Permalink
POD for the new update_rt_user method
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Oct 22, 2012
1 parent 445ee63 commit dbdc867
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/RT/Extension/LDAPImport.pm
Expand Up @@ -701,6 +701,14 @@ sub create_rt_user {

}

=head2 update_rt_user
Takes a hash with a user object as C<user> and a hashref of updated values as
C<info>. Mimics RT::Record's C<Update> method, but without side-effects of
newline normalization.
=cut

sub update_rt_user {
my $self = shift;
my %args = @_;
Expand Down

0 comments on commit dbdc867

Please sign in to comment.