DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index 7543653..31057c2 100644 (file)
@@ -67,9 +67,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         if ($this->onid == 0) {
             return $c; // empty dataobject.
         }
-        print_r('in??');
+        
         $c->autoJoin();
-        print_r('in1??');
+        
         if ($c->get($this->onid)) {
             return $c;
         }