DataObjects/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 05:01:00 +0000 (13:01 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 05:01:00 +0000 (13:01 +0800)
DataObjects/Core_notify.php

index 31c6fd7..3cd4081 100644 (file)
@@ -64,7 +64,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             return $set;
         }
         $c = DB_DataObject::factory($this->ontable);
-        print_r($this);exit;
+        
         if ($this->onid == 0) {
             return $c; // empty dataobject.
         }