From: Ivan Kohler Date: Thu, 7 Jun 2012 21:24:41 +0000 (-0700) Subject: removing unnecessary code spouting (thankfully harmless) warnings X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c4721112a20db43de0bf160b4bb738223f727e59 removing unnecessary code spouting (thankfully harmless) warnings --- diff --git a/rt/lib/RT/Ticket.pm b/rt/lib/RT/Ticket.pm index 176222c62..27bdc48ee 100755 --- a/rt/lib/RT/Ticket.pm +++ b/rt/lib/RT/Ticket.pm @@ -2442,16 +2442,6 @@ sub _Links { return $links; } - # without this you will also get RT::User(s) instead of tickets! - if ($field == 'Base' and $type == 'MemberOf') { - my $rtname = RT->Config->Get('rtname'); - $links->Limit( - FIELD => 'Base', - OPERATOR => 'STARTSWITH', - VALUE => "fsck.com-rt://$rtname/ticket/", - ); - } - # Maybe this ticket is a merge ticket my $limit_on = 'Local'. $field; # at least to myself