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

index 73c36ad..f6330f7 100644 (file)
@@ -742,6 +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;
         foreach($selectAs as $ar) {
             $do->selectAs($ar[0], $ar[1]);
         }