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

index 7ab9106..1bd4034 100644 (file)
@@ -328,7 +328,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
            // $au = DB_DataObject::Factory('Person'); // not always a person..
            // $au->get($obj->person_id);
         } 
-          
+          print_r('ininin');exit;
         $this->person_name = $au && !empty($au->name) ? $au->name : '';
         $this->person_id = $au ? $au->id : -1;
         $this->person_table = $au ? $au->tableName() : '';