EventView.php
authorEdward <edward@roojs.com>
Fri, 7 Sep 2018 05:01:12 +0000 (13:01 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Sep 2018 05:01:12 +0000 (13:01 +0800)
EventView.php

index 36d6e9c..8c636f9 100644 (file)
@@ -72,7 +72,7 @@ class Pman_Admin_EventView extends Pman
         }
         echo '<PRE>' . htmlspecialchars(print_r(json_decode(file_get_contents($file)), true)) . '</PRE>';
         
-//        echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
+        echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
         $json = json_decode($ev->remarks, JSON_PRETTY_PRINT);