[Rt-commit] r9498 - rtir/branches/2.3-EXPERIMENTAL/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Mon Oct 29 22:24:45 EDT 2007
Author: ruz
Date: Mon Oct 29 22:24:45 2007
New Revision: 9498
Modified:
rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
Log:
* styling, no more
Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm (original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm Mon Oct 29 22:24:45 2007
@@ -383,7 +383,9 @@
if (not defined $RT::IR::ConstituencyCache->{ $self->id }) {
my $systicket = RT::Ticket->new($RT::SystemUser);
$systicket->Load( $self->id );
- $RT::IR::ConstituencyCache->{$self->id} = $systicket->FirstCustomFieldValue('_RTIR_Constituency') || '_none';
+ $RT::IR::ConstituencyCache->{ $self->id } =
+ $systicket->FirstCustomFieldValue('_RTIR_Constituency')
+ || '_none';
}
return if ( $RT::IR::ConstituencyCache->{ $self->id } eq '_none' );
if ( not $self->{_constituency_queue} ) {
More information about the Rt-commit
mailing list