From 308f2190e3386d6a6c10e8344f5979cefc6df6bf Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 22 Feb 2005 18:41:11 +0000 Subject: [PATCH] fix users on external cf --- perl/Thingy/Rt.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.34.1