[rt-users] Showing tickets to nobody

Phil Homewood pdh at snapgear.com
Tue Dec 2 18:31:19 EST 2003


Hi, Koos!

Koos van den Hout wrote:
> but, displaying a single ticket does not work
> 
> $Ticket=LoadTicket($id);

Try:

my $ticket = new RT::Ticket($user);
$ticket->Load($id);

Also, you might like to consider that the wheel has already
been invented, and lives at /SelfService/  :-)
-- 
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - A CyberGuard Company



More information about the rt-users mailing list