From: Alan Knowles Date: Mon, 19 Dec 2011 04:55:50 +0000 (+0800) Subject: DataObjects/Core_event_audit.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5498a1a1e2005caeea0a2cd1eb2625ebd4be5fcb DataObjects/Core_event_audit.php --- diff --git a/DataObjects/Core_event_audit.php b/DataObjects/Core_event_audit.php index 6ba99aa6..968b74fe 100644 --- a/DataObjects/Core_event_audit.php +++ b/DataObjects/Core_event_audit.php @@ -65,7 +65,7 @@ class Pman_Core_DataObjects_Core_event_audit extends DB_DataObject $x = DB_DataObject::factory('core_event_audit'); $x->autoJoin(); - var_dump($x->links()); + $x->selectAdd(); $x->selectAdd('core_event_audit.id as id');