From: Edward Date: Fri, 24 Jul 2015 09:59:56 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=3c118a4239b95ff0299ecd20ae414bae62fe63c0 EventView.php --- diff --git a/EventView.php b/EventView.php index c8b6ad3..caddbe4 100644 --- a/EventView.php +++ b/EventView.php @@ -83,7 +83,7 @@ class Pman_Admin_EventView extends Pman $json = json_decode($ev->remarks); if(json_last_error() == JSON_ERROR_NONE){ - + echo "

JSON DECODE Data:

"; } $filesJ = json_decode(file_get_contents($file));