[Rt-commit] r6336 - in rt/branches/3.7-EXPERIMENTAL: .
schwern at bestpractical.com
schwern at bestpractical.com
Tue Oct 31 20:54:16 EST 2006
Author: schwern
Date: Tue Oct 31 20:54:16 2006
New Revision: 6336
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm
Log:
r19466 at windhund: schwern | 2006-09-29 05:35:02 -0400
Ruz pointed out $args{Resolved} can never exist in that debug statement
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm Tue Oct 31 20:54:16 2006
@@ -463,10 +463,9 @@
#If the status is an inactive status, set the resolved date
elsif ( $QueueObj->IsInactiveStatus( $args{'Status'} ) )
{
- $RT::Logger->debug( "Got a "
- . $args{'Status'}
- . "ticket with a resolved of "
- . ($args{'Resolved'} || '') );
+ $RT::Logger->debug(
+ "Got a $args{'Status'} ticket with no resolved date"
+ );
$Resolved->SetToNow;
}
More information about the Rt-commit
mailing list