[freeside-commits] freeside/FS/FS/part_export communigate_pro.pm, 1.16.4.24, 1.16.4.25

Ivan,,, ivan at wavetail.420.am
Tue Aug 3 18:31:00 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18761

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	communigate_pro.pm 
Log Message:
better serialization on debugging data, RT#7514

Index: communigate_pro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/communigate_pro.pm,v
retrieving revision 1.16.4.24
retrieving revision 1.16.4.25
diff -u -w -d -r1.16.4.24 -r1.16.4.25
--- communigate_pro.pm	4 Aug 2010 01:29:11 -0000	1.16.4.24
+++ communigate_pro.pm	4 Aug 2010 01:30:58 -0000	1.16.4.25
@@ -830,7 +830,7 @@
   } elsif ( ref($value) eq 'HASH' ) {
     '{'. join(', ',
         map { my $v = $value->{$_};
-              "$_:". ( ref($v) ? _pretty($v) : $_ );
+              "$_:". ( ref($v) ? _pretty($v) : $v );
             }
             keys %$value
     ). '}';



More information about the freeside-commits mailing list