[Rt-commit] r2229 - in rt/branches/3.4-RELEASE: . html/Elements/CollectionAsTable

jesse at bestpractical.com jesse at bestpractical.com
Sun Feb 13 23:43:34 EST 2005


Author: jesse
Date: Sun Feb 13 23:43:33 2005
New Revision: 2229

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
Log:
 r4695 at hualien:  jesse | 2005-02-14T04:04:07.657861Z
 Fix for issues with words with Umlauts in search result listings
 
 


Modified: rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row	(original)
+++ rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row	Sun Feb 13 23:43:33 2005
@@ -88,7 +88,7 @@
             }
         }
         else {
-            $m->out( Encode::decode_utf8($subcol) );
+            $m->out( $subcol );
         }
     }
     $m->out('</td>');


More information about the Rt-commit mailing list