From bf8555d18cd58b5696122945346ff1fce312f98c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 19:23:44 +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 84c9a2f..7818d8e 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -712,7 +712,7 @@ class Pman_Roo extends Pman $cols = array(); foreach($xx as $c) { $tn = sprintf($ocl.'_%s', $c); - var_dump($tn); + echo '
'; var_dump($tn);
                     if ($distinct && $tn == $distinct) {
                         $has_distinct = 'DISTINCT( ' . 'join_'.$ocl.'_'.$col.'.'.$k .')  as ' . $tn ;
                         $this->countWhat =  'DISTINCT  join_'.$ocl.'_'.$col.'.'.$k;
-- 
2.39.2