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

index 5721c04..febca6a 100644 (file)
@@ -417,9 +417,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         if (!file_exists(dirname($file))) {
             mkdir(dirname($file),0700,true);
         }
-        
-        print_r($_FILES);
-        exit;
+         
         
         // Remove all the password from logs...
         $p =  empty($_POST) ? array() : $_POST;