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

index 7878a57..9aef403 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;
             foreach($xx as $c) {
                 if ($distinct && $distinct == $c) {
                     $has_distinct = 'DISTINCT( ' . $do->tableName() .'.'. $c .') as ' . $c;