[freeside-commits] freeside/FS/FS/part_export communigate_pro.pm, 1.40, 1.41
Ivan,,,
ivan at wavetail.420.am
Tue Aug 3 18:31:30 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18753
Modified Files:
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.40
retrieving revision 1.41
diff -u -w -d -r1.40 -r1.41
--- communigate_pro.pm 4 Aug 2010 01:29:09 -0000 1.40
+++ communigate_pro.pm 4 Aug 2010 01:31:28 -0000 1.41
@@ -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