DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index 2c24142..0f4a19d 100644 (file)
@@ -68,9 +68,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             return $c; // empty dataobject.
         }
         
-        $c->autoJoin();
+     //   $c->autoJoin();
+        
         if ($c->get($this->onid)) {
-            print_r($c);exit;
             return $c;
         }
         return false;