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