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

index 0a1259d..b83e161 100644 (file)
@@ -80,6 +80,10 @@ class Pman_Admin_EventView extends Pman
         
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
+        $json = json_decode($ev->remarks);
+        
+        
+        
         $filesJ = json_decode(file_get_contents($file));
         echo '<br /><PRE>Download files</PRE>';