DataObjects/Events.php
authorEdward <edward@roojs.com>
Mon, 28 Jan 2013 13:20:13 +0000 (21:20 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Jan 2013 13:20:13 +0000 (21:20 +0800)
DataObjects/Events.php

index e7f4081..e82bb42 100644 (file)
@@ -288,7 +288,6 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         $this->action = $act;
         $this->on_table = $obj ? $obj->tableName() : '';
         $pk = $obj ? $obj->keys()  : false;
-        print_r($obj);exit;
         $this->on_id  = $obj && $pk ? $obj->{$pk[0]}: 0;
         $rem  = array();
         // should this really go in remarks? -