[Rt-commit] r7033 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2:
html/Elements/RT__Ticket
ruz at bestpractical.com
ruz at bestpractical.com
Tue Feb 20 09:32:07 EST 2007
Author: ruz
Date: Tue Feb 20 09:32:06 2007
New Revision: 7033
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/ (props changed)
rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/RT__Ticket/ColumnMap
Log:
r4583 at cubic-pc (orig r7018): ruz | 2007-02-15 20:00:52 +0300
* add forgoten ; after anon subs
Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/RT__Ticket/ColumnMap (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/RT__Ticket/ColumnMap Tue Feb 20 09:32:06 2007
@@ -96,7 +96,7 @@
return sub { return \$value };
}
}
-}
+};
my $LinkCallback = sub {
my $method = shift;
@@ -116,7 +116,7 @@
\'</a><br />',
} @{ $_[0]->Links($other_mode,$type)->ItemsArrayRef }
}
-}
+};
$COLUMN_MAP = {
QueueName => {
More information about the Rt-commit
mailing list