From 68e6ae327dea8e6703728051158f842ac7c21f2c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:10:01 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 8f5845c1..3b174ed3 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -136,7 +136,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject // then we can build a join.. $d = DB_DataObject::Factory($q['ontable']); $ji = $d->autoJoin(); - echo '
';print_R($ji);
+            //echo '
';print_R($ji);
             // get cols
             foreach($ji['join_names'] as $cname=>$fname) {
                  $this->selectAdd($fname . ' as ontable_id_' . $cname );
-- 
2.39.2