DataObjects/Events.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 6 Jun 2012 14:44:46 +0000 (22:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 6 Jun 2012 14:44:46 +0000 (22:44 +0800)
DataObjects/Events.php

index 33d1b76..0d89d1c 100644 (file)
@@ -206,6 +206,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         // DB_DataObject::debugLevel(1);
         
         // now try and magically join person_table to the right table..
+        return;
+        // this does not work on postgres.. 
         $tn = $this->tableName();
         $pt = DB_DataObject::Factory($this->tableName());
         $pt->selectAdD();