Images.php
authoredward <edward@roojs.com>
Thu, 22 Feb 2018 04:18:34 +0000 (12:18 +0800)
committeredward <edward@roojs.com>
Thu, 22 Feb 2018 04:18:34 +0000 (12:18 +0800)
Images.php

index 1e4a5bc..474eb64 100644 (file)
@@ -105,7 +105,7 @@ class Pman_Core_Images extends Pman
         
             $id = empty($bits[0]) ? 0 :  $bits[0];
         }
-        print_R($this);exit;
+        
         if (strpos($id,':') > 0) {  // id format  tablename:id:-imgtype
             
             if (!$this->authUser) {
@@ -271,7 +271,6 @@ class Pman_Core_Images extends Pman
         }
 //        print_r($img);exit;
         $x = $img->toFileConvert();
-        print_R($img);exit;
         if (empty($this->as_mimetype) || $img->mimetype == 'image/gif') {
             $this->as_mimetype  = $img->mimetype;
         }