EventView.php
authorAlan Knowles <alan@roojs.com>
Wed, 17 Oct 2012 09:50:25 +0000 (17:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Oct 2012 09:50:25 +0000 (17:50 +0800)
EventView.php

index 2509f61..3cb1f4f 100644 (file)
@@ -48,8 +48,7 @@ class Pman_Admin_EventView extends Pman
             }
         }
         echo "<HR><H2>Posted Data:</H2>";
-        $fn =  
-        
+       
         
         
         $ff  = HTML_FlexyFramework::get();
@@ -71,7 +70,7 @@ class Pman_Admin_EventView extends Pman
             echo "not available (missing file) $file";
             exit;
         }
-        echo '<PRE>' . htmlspecialchars(file_get_contents($file)) . '</PRE>';
+        echo '<PRE>' . htmlspecialchars(print_r(json_decode(file_get_contents($file))) . '</PRE>';
         
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';