[Rt-commit] r2461 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: .
lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 14 03:04:44 EST 2005
Author: jesse
Date: Mon Mar 14 03:04:43 2005
New Revision: 2461
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
Log:
r8621 at hualien: jesse | 2005-03-14 02:43:31 -0500
r8509 at hualien: jesse | 2005-03-14 02:29:04 -0500
r6651 at hualien: jesse | 2005-03-09 17:23:54 -0500
RT-Ticket: 6459
RT-Status: resolved
RT-Update: correspond
Sanity fixes for _AddLink's API from Todd Chapman
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm Mon Mar 14 03:04:43 2005
@@ -2613,7 +2613,7 @@
# Don't write the transaction if we're doing this on create
if ( $args{'Silent'} ) {
- return ( 1, $Msg );
+ return ( $val, $Msg );
}
else {
my $remote_uri = RT::URI->new( $RT::SystemUser );
@@ -2625,7 +2625,7 @@
Field => $LINKDIRMAP{$args{'Type'}}->{$direction},
NewValue => $remote_uri->URI || $remote_link,
TimeTaken => 0 );
- return ( $Trans, $Msg );
+ return ( $val, $Msg );
}
}
More information about the Rt-commit
mailing list