From: Edward Date: Fri, 24 Jul 2015 10:01:39 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=b5f6e381c3c048eba05265e685f69a3d5f3e2c40 EventView.php --- diff --git a/EventView.php b/EventView.php index eb4cec6..f685909 100644 --- a/EventView.php +++ b/EventView.php @@ -84,7 +84,7 @@ class Pman_Admin_EventView extends Pman if(json_last_error() == JSON_ERROR_NONE){ echo "

JSON DECODE Data:

"; - echo '
' . print_r($json) . '
'; + echo '
' . print_r($json, true) . '
'; } $filesJ = json_decode(file_get_contents($file));