DataObjects/Events.php
authorChris <chris@roojs.com>
Mon, 17 Dec 2012 09:48:59 +0000 (17:48 +0800)
committerChris <chris@roojs.com>
Mon, 17 Dec 2012 09:48:59 +0000 (17:48 +0800)
DataObjects/Events.php

index 907fb1a..7ab9106 100644 (file)
@@ -331,7 +331,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
           
         $this->person_name = $au && !empty($au->name) ? $au->name : '';
         $this->person_id = $au ? $au->id : -1;
-        //$this->person_table = $au ? $au->tableName() : '';
+        $this->person_table = $au ? $au->tableName() : '';
         $this->ipaddr = isset($_SERVER["REMOTE_ADDR"]) ? $_SERVER["REMOTE_ADDR"] : 'cli';
         $this->action = $act;
         $this->on_table = $obj ? $obj->tableName() : '';