Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index 89fc9a7..e2e6e3f 100644 (file)
@@ -712,7 +712,7 @@ class Pman_Roo extends Pman
                 $cols = array();
                 foreach($xx as $c) {
                     $tn = sprintf($ocl.'_%s', $c);
-                   echo '<PRE>'; var_dump($tn);
+                  // echo '<PRE>'; var_dump($tn);
                     if ($distinct && $tn == $distinct) {
                         $has_distinct = 'DISTINCT( ' . 'join_'.$ocl.'_'.$col.'.'.$k .')  as ' . $tn ;
                         $this->countWhat =  'DISTINCT  join_'.$ocl.'_'.$col.'.'.$k;