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
[EMAIL PROTECTED]

==========                                                  ==========
== The statements and opinions expressed here are my own and do not ==
== necessarily represent those of Oracle Corporation.               ==
==========                                                  ==========
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to