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