From 9737e426caabcfb86666ea006d3cdc78e542bb96 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 19:25:13 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index e2e6e3f..2aea83c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -749,7 +749,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.. - //echo '
';print_r($selectAs );exit;
+        echo '
';print_r($selectAs );exit;
         foreach($selectAs as $ar) {
             $do->selectAs($ar[0], $ar[1]);
         }
-- 
2.39.2