EventView.php
authorEdward <edward@roojs.com>
Fri, 24 Jul 2015 09:59:56 +0000 (17:59 +0800)
committerEdward <edward@roojs.com>
Fri, 24 Jul 2015 09:59:56 +0000 (17:59 +0800)
EventView.php

index c8b6ad3..caddbe4 100644 (file)
@@ -83,7 +83,7 @@ class Pman_Admin_EventView extends Pman
         $json = json_decode($ev->remarks);
         
         if(json_last_error() == JSON_ERROR_NONE){
-            
+            echo "<HR><H2>JSON DECODE Data:</H2>";
         }
         
         $filesJ = json_decode(file_get_contents($file));