typo
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 25 Aug 2005 21:37:01 +0000 (21:37 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 25 Aug 2005 21:37:01 +0000 (21:37 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@509 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/JSON.pm

index ad8f6e5..f3c798c 100644 (file)
@@ -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 .= '}';