[Rt-commit] r4122 - in rt/branches/3.7-EXPERIMENTAL: .
lib/RT/Interface
ruz at bestpractical.com
ruz at bestpractical.com
Mon Nov 21 14:30:30 EST 2005
Author: ruz
Date: Mon Nov 21 14:30:28 2005
New Revision: 4122
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
Log:
r1327 at cubic-pc: cubic | 2005-11-21 17:19:07 +0300
* loc
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm Mon Nov 21 14:30:28 2005
@@ -1486,7 +1486,8 @@
my $target = $3;
push @results,
- "Trying to delete: Base: $base Target: $target Type $type";
+ loc( "Trying to delete: Base: [_1] Target: [_2] Type: [_3]",
+ $base, $target, $type );
my ( $val, $msg ) = $Record->DeleteLink( Base => $base,
Type => $type,
Target => $target );
More information about the Rt-commit
mailing list