EventView.php
authorEdward <edward@roojs.com>
Fri, 7 Sep 2018 04:59:51 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Sep 2018 04:59:51 +0000 (12:59 +0800)
EventView.php

index 8c636f9..36d6e9c 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);