Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:18:08 +0000 (19:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:18:08 +0000 (19:18 +0800)
Pman/Roo.php

index f6330f7..f7af088 100644 (file)
@@ -742,7 +742,7 @@ class Pman_Roo extends Pman
         //DB_DataObject::debugLevel(1);
         // we do select as after everything else as we need to plop distinct at the beginning??
         /// well I assume..
-        print_r($selectAs );exit;
+        echo '<PRE>';print_r($selectAs );exit;
         foreach($selectAs as $ar) {
             $do->selectAs($ar[0], $ar[1]);
         }