[Rt-commit] rt branch, 4.0/group-by-i18n-in-search-chart-page, updated. rt-4.0.6-217-g9992299

Alex Vandiver alexmv at bestpractical.com
Fri Nov 2 19:07:13 EDT 2012


The branch, 4.0/group-by-i18n-in-search-chart-page has been updated
       via  9992299cefc0e2462ec76f06f8035bae1f93d67b (commit)
      from  f7586a5f9ab2b5531f5aa60e1b4545f6ac3373d5 (commit)

Summary of changes:
 lib/RT/Report/Tickets.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9992299cefc0e2462ec76f06f8035bae1f93d67b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Nov 2 19:07:10 2012 -0400

    Remove a stray unnecessary # loc

diff --git a/lib/RT/Report/Tickets.pm b/lib/RT/Report/Tickets.pm
index 3e0920f..08d6ac4 100644
--- a/lib/RT/Report/Tickets.pm
+++ b/lib/RT/Report/Tickets.pm
@@ -64,7 +64,7 @@ sub Groupings {
         for my $field (
             qw( Name EmailAddress RealName NickName Organization Lang City Country Timezone ) # loc_qw
           )
-        {    # loc
+        {
             push @fields,
               $self->CurrentUser->loc($type) . ' '
               . $self->CurrentUser->loc($field), $type . '.' . $field;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list