DataObjects/Images.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 26 Feb 2012 14:51:39 +0000 (22:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 26 Feb 2012 14:51:39 +0000 (22:51 +0800)
DataObjects/Images.php

index 2794012..37e436a 100644 (file)
@@ -42,7 +42,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         
         $o = $this->object();
-        print_r($o);
+        //print_r($o);
         if (method_exists($o, 'hasPerm')) {
             // edit permissions on related object needed...
             return $o->hasPerm( $perm == 'S' ? 'S' : 'E' , $au);