From: Alan Knowles Date: Wed, 6 Jun 2012 14:44:46 +0000 (+0800) Subject: DataObjects/Events.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=026e782bf61a24f8688a81223646e9837d4cf292;p=Pman.Core DataObjects/Events.php --- diff --git a/DataObjects/Events.php b/DataObjects/Events.php index 33d1b769..0d89d1c4 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -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();