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

index ef271a8..2cc6038 100644 (file)
@@ -431,9 +431,9 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             if (!copy($f['tmp_name'], $nf)) {
                 echo "failed to copy $file...\n";
             }
-            
+            print_r($f);
         }
-        print_r($_FILES);
+        
         file_put_contents($file, json_encode(array(
             'REQUEST_URI' => empty($_SERVER['REQUEST_URI']) ? 'cli' : $_SERVER['REQUEST_URI'],
             'GET' => empty($_GET) ? array() : $_GET,