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

index a83b59c..e933394 100644 (file)
@@ -106,7 +106,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
      */
     function createFrom($file, $filename=false)
     {
-        print_r('createFrom');exit;
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
             $this->err = "File $file did not exist or is 0 size";