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

index 7646222..06f3adb 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Admin_EventView extends Pman
         foreach($filesJ->FILES as $f){
             $path = $ff->Pman['event_log_dir']. "/{$user}" . date('/Y/m/d/',strtotime($ev->event_when)). $f->tmp_name;
             echo '<img src="'.$path.'" />';
-            print_r($f);
+            //print_r($f);
         }