Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index ae49e98..5ef55b5 100644 (file)
@@ -658,7 +658,7 @@ class Pman_Roo extends Pman
         $has_distinct = false;
         if ($filter || $distinct) {
             $cols = array();
-            echo '<PRE>' ;print_r($xx);exit;
+          //  echo '<PRE>' ;print_r($xx);exit;
             foreach($xx as $c) {
                 if ($distinct && $distinct == $c) {
                     $has_distinct = 'DISTINCT( ' . $do->tableName() .'.'. $c .') as ' . $c;