DataObjects/Images.php
authorEdward <edward@roojs.com>
Mon, 22 Sep 2014 09:54:36 +0000 (17:54 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Sep 2014 09:54:36 +0000 (17:54 +0800)
DataObjects/Images.php

index 9b98c0c..7687cfe 100644 (file)
@@ -107,7 +107,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
      */
     function createFrom($file, $filename=false)
     {
-        print_r('run');exit;
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
             return false;