Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:21:28 +0000 (19:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:21:28 +0000 (19:21 +0800)
Pman/Roo.php

index 5ef55b5..f87965b 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($filter);exit;
             foreach($xx as $c) {
                 if ($distinct && $distinct == $c) {
                     $has_distinct = 'DISTINCT( ' . $do->tableName() .'.'. $c .') as ' . $c;