DataObjects/Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 08:24:31 +0000 (16:24 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 08:24:31 +0000 (16:24 +0800)
DataObjects/Images.php

index 35ef33a..a83b59c 100644 (file)
@@ -269,7 +269,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     /// ctrl not used??
     function onUpload($roo)
     {
-            print_r('onUpload');exit;
         //print_r($_FILES); echo $_FILES['imageUpload']['type'];exit;
         if (empty($_FILES['imageUpload']['tmp_name']) || 
             empty($_FILES['imageUpload']['name']) ||