[Rt-commit] r18141 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 3 05:16:26 EST 2009


Author: sunnavy
Date: Tue Feb  3 05:16:26 2009
New Revision: 18141

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/lib/RT/Report/Tickets.pm

Log:
 r19464 at sunnavys-mb:  sunnavy | 2009-02-03 16:40:35 +0800
 typo fix


Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Report/Tickets.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Report/Tickets.pm	(original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Report/Tickets.pm	Tue Feb  3 05:16:26 2009
@@ -197,10 +197,10 @@
         my $type   = $1 || '';
         my $column = $2 || 'name';
         my $u_alias = $self->join(
-            type$1=>$2'left',
-            alias1 => 'main',
+            type    => 'left',
+            alias1  => 'main',
             column1 => $type,
-            table2 => 'Users',
+            table2  => 'Users',
             column2 => 'id',
         );
         @args{qw(alias column)} = ( $u_alias, $column );


More information about the Rt-commit mailing list