From: Alan Knowles Date: Mon, 19 Dec 2011 04:54:21 +0000 (+0800) Subject: DataObjects/Core_event_audit.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f3a4bdaaa5207077f165b2b73089ca943424202d DataObjects/Core_event_audit.php --- diff --git a/DataObjects/Core_event_audit.php b/DataObjects/Core_event_audit.php index b7950109..6ba99aa6 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(); - print_r($x->links()); + var_dump($x->links()); $x->selectAdd(); $x->selectAdd('core_event_audit.id as id');