From f3a4bdaaa5207077f165b2b73089ca943424202d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 19 Dec 2011 12:54:21 +0800 Subject: [PATCH] DataObjects/Core_event_audit.php --- DataObjects/Core_event_audit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.2