From 86a5dc266a15200d5d856fb61bd712bb609ed36e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 19:17:55 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman/Roo.php b/Pman/Roo.php index 73c36ad..f6330f7 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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]); } -- 2.39.2