[rt-devel] displaying keywords on queue list --RT

Adam Morton lists at adammorton.com
Tue Apr 30 21:01:24 EDT 2002


>> So, if you comment out the ->Path call:
> what file are you in here? 

It's Keyword.pm.  Change:

my $OtherPath = $OtherKey->Path();

- to -

my $OtherPath = $OtherKey;

Just to retiterate, this might break a bunch of other stuff.

> my $OtherPath = $OtherKey; # ->Path();
> ### Line ~279





More information about the Rt-devel mailing list