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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Feb 1 19:57:30 EST 2009


Author: sunnavy
Date: Sun Feb  1 19:57:30 2009
New Revision: 18116

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/bin/rt

Log:
 r19417 at sunnavys-mb:  sunnavy | 2009-02-02 08:52:15 +0800
 EmailRecord => email_record


Modified: rt/3.999/branches/merge_to_3.8.2/bin/rt
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/bin/rt	(original)
+++ rt/3.999/branches/merge_to_3.8.2/bin/rt	Sun Feb  1 19:57:30 2009
@@ -1660,7 +1660,7 @@
         }
         print "$k->{Content}\n" if exists $k->{Content} and
                                    $k->{Content} !~ /to have no content$/ and
-                                   $k->{type} ne 'EmailRecord';
+                                   $k->{type} ne 'email_record';
         print "$k->{Attachments}\n" if exists $k->{Attachments} and
                                    $k->{Attachments};
     }


More information about the Rt-commit mailing list