[Rt-commit] r6046 - in rt/branches/QUEBEC-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Sep 26 19:29:32 EDT 2006


Author: ruz
Date: Tue Sep 26 19:29:31 2006
New Revision: 6046

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm

Log:
 r3671 at cubic-pc (orig r5829):  ruz | 2006-08-31 00:12:48 +0400
 * typo


Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm	Tue Sep 26 19:29:31 2006
@@ -294,7 +294,7 @@
 
     # add everything that hasn't matched to the end of the latest
     # string in array this happen when we have 'key="=?encoded?="; key="plain"'
-    @_[-1] .= substr($str, pos $str);
+    $_[-1] .= substr($str, pos $str);
 
     $str = "";
     while (@_) {


More information about the Rt-commit mailing list