DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:45:01 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:45:01 +0000 (15:45 +0800)
DataObjects/Core_notify.php

index bd741be..fbc58bf 100644 (file)
@@ -126,7 +126,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             // then we can build a join..
             $d = DB_DataObject::Factory($q['ontable']);
             $d->autoJoin();
-            print_R($d);
+            echo '<PRE>';print_R($d);
             exit;