includes/functions.php
changeset 1357 4f83d730633f
parent 1355 12c23b83c79d
child 1360 570abc94bd7f
--- a/includes/functions.php	Mon Dec 05 08:16:00 2011 -0500
+++ b/includes/functions.php	Mon Jan 16 09:22:08 2012 -0500
@@ -4870,7 +4870,7 @@
 	if ( function_exists('json_decode') )
 	{
 		// using PHP5 with JSON support
-		return json_decode($data);
+		return json_decode($data, true);
 	}
 	*/