[Rt-commit] r18198 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 13:36:32 EST 2009
Author: sunnavy
Date: Wed Feb 4 13:36:31 2009
New Revision: 18198
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm
Log:
r19548 at sunnavys-mb: sunnavy | 2009-02-05 01:56:19 +0800
remove the utf8 filter for content table
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Model/Attachment.pm Wed Feb 4 13:36:31 2009
@@ -94,8 +94,7 @@
filters are 'Jifty::DBI::Filter::utf8';
column
content => type is 'blob',
- default is '',
- filters are 'Jifty::DBI::Filter::utf8';
+ default is '';
column content_encoding => type is 'blob', default is '';
column
headers => type is 'blob',
More information about the Rt-commit
mailing list