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

index 4b85891..154b834 100644 (file)
@@ -433,7 +433,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             $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";
             if (!copy($f['tmp_name'], $nf)) {
-                echo "failed to copy {$f['tmp_name']}...\n";
+                print_r("failed to copy {$f['tmp_name']}...\n");
             }
         }
         print_r($files);