Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:24:51 +0000 (19:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:24:51 +0000 (19:24 +0800)
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;