DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 07:25:55 +0000 (15:25 +0800)
committerKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 07:25:55 +0000 (15:25 +0800)
DataObjects/Events.php

index 38f23af..b4db0ea 100644 (file)
@@ -74,12 +74,12 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             }
             
             $jt = DB_DataObject::factory($person);
-            $this->whereAdd("
-                    person_table  = '{$jt->tableName()}'
-                    OR
-                    person_table = ''
-                    OR person_table IS NULL"
-            ); // default to  our standard.. - unless otherwise requested..
+            //$this->whereAdd("
+            //        person_table  = '{$jt->tableName()}'
+            //        OR
+            //        person_table = ''
+            //        OR person_table IS NULL"
+            //); // default to  our standard.. - unless otherwise requested..
         }