From 960e3f15f3e5b55365c4d382b8882d144f222592 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:06:52 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index fd7ece8e..87b5a74c 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -138,7 +138,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $ji = $d->autoJoin(); //print_R($jinfo); // get cols - + foreach($ji['cols'] as $cname=>$fname) { + $this->selectAdd($fname . ' as ontable_id_' . $cname ); + } //$this->selectAdd($d->_query['data_select']); -- this will cause the same dataIndex... $this->_join .= " -- 2.39.2