DataObjects/core.sql
[Pman.Core] / Images.php
index 68c0286..dbffaf2 100644 (file)
@@ -177,7 +177,7 @@ class Pman_Core_Images extends Pman
              
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("image has been removed or deleted."));
-            print_r($id);exit;
+            
         }
         $this->serve($img);
         exit;
@@ -240,7 +240,7 @@ class Pman_Core_Images extends Pman
         
         require_once 'File/Convert.php';
         if (!file_exists($img->getStoreName())) {
-            //print_r($img);exit;
+//            print_r($img);exit;
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("Original file was missing : " . $img->getStoreName()));