X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=37838a9009f17a248bcc8d961120f93bd8284fcd;hp=211c5ec94fc12874820dd0d1e718463e896dec2b;hb=273ebac79faf5ba0b8520f859f5ce807ad6f4d76;hpb=f6e297a41b289df86b66eb2837a3af5195cf78aa diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 211c5ec9..37838a90 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($hi);
+            echo '
';print_R($ji);
             // get cols
             foreach($ji['cols'] as $cname=>$fname) {
                 //$this->selectAdd($fname . ' as ontable_id_' . $cname );