EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 08:22:55 +0000 (16:22 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 08:22:55 +0000 (16:22 +0800)
EventView.php

index 9858a5a..97ba04e 100644 (file)
@@ -77,7 +77,11 @@ class Pman_Admin_EventView extends Pman
         
         $filesJ = json_decode(file_get_contents($file));
         echo '<br /><PRE>Images Preview</PRE>';
-        print_r($filesJ);
+        
+        foreach($filesJ->FILES as $f){
+            print_r($f);
+        }
+        
         
         
         exit;