From dbdc867b7650a84a5b56dcab984f645ec776caac Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 22 Oct 2012 11:07:39 -0700 Subject: [PATCH] POD for the new update_rt_user method --- lib/RT/Extension/LDAPImport.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm index aa01314..d2ba5c6 100644 --- a/lib/RT/Extension/LDAPImport.pm +++ b/lib/RT/Extension/LDAPImport.pm @@ -701,6 +701,14 @@ sub create_rt_user { } +=head2 update_rt_user + +Takes a hash with a user object as C and a hashref of updated values as +C. Mimics RT::Record's C method, but without side-effects of +newline normalization. + +=cut + sub update_rt_user { my $self = shift; my %args = @_;