From: Alan Knowles Date: Thu, 25 Jul 2013 11:09:10 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f6e297a41b289df86b66eb2837a3af5195cf78aa DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index dd7259d0..211c5ec9 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($jinfo);
+            echo '
';print_R($hi);
             // get cols
             foreach($ji['cols'] as $cname=>$fname) {
                 //$this->selectAdd($fname . ' as ontable_id_' . $cname );