[Rt-commit] r13454 - in rt/3.8/trunk: .

alexmv at bestpractical.com alexmv at bestpractical.com
Fri Jun 20 13:43:25 EDT 2008


Author: alexmv
Date: Fri Jun 20 13:43:24 2008
New Revision: 13454

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/lib/RT/Interface/Web.pm

Log:
 r33295 at kohr-ah:  chmrr | 2008-06-20 13:27:34 -0400
  * Fix a typo -- that code path must never have worked


Modified: rt/3.8/trunk/lib/RT/Interface/Web.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Interface/Web.pm	(original)
+++ rt/3.8/trunk/lib/RT/Interface/Web.pm	Fri Jun 20 13:43:24 2008
@@ -587,7 +587,6 @@
 
 sub ProcessUpdateMessage {
 
-    #TODO document what else this takes.
     my %args = (
         ARGSRef   => undef,
         TicketObj => undef,
@@ -671,7 +670,7 @@
             TimeTaken    => $args{ARGSRef}->{'UpdateTimeWorked'});
 
 
-    unless ( $args{'ARGRef'}->{'UpdateIgnoreAddressCheckboxes'} ) {
+    unless ( $args{'ARGSRef'}->{'UpdateIgnoreAddressCheckboxes'} ) {
         foreach my $key ( keys %{ $args{ARGSRef} } ) {
             next unless $key =~ /^Update(Cc|Bcc)-(.*)$/;
 


More information about the Rt-commit mailing list