[Rt-commit] r9571 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 6 07:04:15 EST 2007


Author: ruz
Date: Tue Nov  6 07:04:12 2007
New Revision: 9571

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Record.pm

Log:
 r9295 at cubic-pc (orig r9294):  ruz | 2007-10-13 00:47:31 +0400
 * s/old_value/old_content/, the first one is object, we need content


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Record.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Record.pm	Tue Nov  6 07:04:12 2007
@@ -1553,7 +1553,7 @@
             my $is_the_same = 1;
             if ( defined $args{'Value'} ) {
                 $is_the_same = 0 unless defined $old_content
-                    && lc $old_value eq lc $args{'Value'};
+                    && lc $old_content eq lc $args{'Value'};
             } else {
                 $is_the_same = 0 if defined $old_content;
             }


More information about the Rt-commit mailing list