From 6547145cd874550cfbedfaca77e8f585eb74ba29 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 25 Aug 2005 21:37:01 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@509 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perlmods/JSON.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perlmods/JSON.pm b/src/perlmods/JSON.pm index ad8f6e5..f3c798c 100644 --- a/src/perlmods/JSON.pm +++ b/src/perlmods/JSON.pm @@ -205,7 +205,7 @@ sub perl2JSON { $outkey =~ s/\n/\\n/sgo; $outkey =~ s/(\pM)/sprintf('\u%0.4x',ord($1))/sgoe; - $output .= '"'.$outkey.'":'.key2JSON(undef,$$perl{$key}, $strict); + $output .= '"'.$outkey.'":'. perl2JSON(undef,$$perl{$key}, $strict); $c++; } $output .= '}'; -- 2.11.0