[rt-users] CLI Question - Add Users to group per Scrip

Joe Casadonte joe.casadonte at oracle.com
Wed Feb 28 08:53:31 EST 2007


On 2/27/2007 7:15 AM, Torsten Brumm wrote:

> And line 38 looks like:
> 
> my($status, $msg) = $group->{$groupname}->AddMember($user->id);
> I'm not sure if the AddMember is defined in this routine, but i found:

Cut and paste error on my part.  I think that line should read:

my($status, $msg) = $group->AddMember($user->id);

-- 
Regards,


joe
Joe Casadonte
joe.casadonte at oracle.com

==========                                                  ==========
== The statements and opinions expressed here are my own and do not ==
== necessarily represent those of Oracle Corporation.               ==
==========                                                  ==========



More information about the rt-users mailing list