From: minima Date: Tue, 22 Feb 2005 18:41:11 +0000 (+0000) Subject: fix users on external cf X-Git-Tag: R_1_52~160 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=308f2190e3386d6a6c10e8344f5979cefc6df6bf;p=spider.git fix users on external cf --- diff --git a/perl/Thingy/Rt.pm b/perl/Thingy/Rt.pm index 4b533445..fe26feaf 100644 --- a/perl/Thingy/Rt.pm +++ b/perl/Thingy/Rt.pm @@ -235,8 +235,7 @@ sub copy_pc16_data my @u = $uref->users; if (@u) { - $thing->{pc16n} = $uref; - $thing->{pc16u} = [map {Route::User::get($_)} @u]; + $thing->{ausers} = [map {Route::User::get($_)} @u]; return scalar @u; } return undef;