DataObjects/Images.php
authorEdward <edward@roojs.com>
Mon, 22 Sep 2014 10:08:22 +0000 (18:08 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Sep 2014 10:08:22 +0000 (18:08 +0800)
DataObjects/Images.php

index f48a9a8..7687cfe 100644 (file)
@@ -554,7 +554,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     function setFromRoo($ar, $roo)
     {
         // not sure why we do this.. 
-        print_r('setFromRoo');exit;
+        
         // if imgtype starts with '-' ? then we set the 'old' (probably to delete later)
         if (!empty($ar['imgtype']) && !empty($ar['ontable']) && !empty($ar['onid']) && ($ar['imgtype'][0] == '-')) {
             $this->setFrom($ar);