DataObjects/Events.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 08:16:07 +0000 (16:16 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 08:16:07 +0000 (16:16 +0800)
DataObjects/Events.php

index 7b9fba1..9203764 100644 (file)
@@ -432,7 +432,6 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $files[$k] = $f;
             $files[$k]['tmp_name'] = $this->id . '.file_'. $i.'.jpg';
             $nf = $ff->Pman['event_log_dir']. '/'. $user. date('/Y/m/d/'). $this->id . ".file_$i.jpg";
-            print_r($nf);
             if (!copy($f['tmp_name'], $nf)) {
                 print_r("failed to copy {$f['tmp_name']}...\n");
             }