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

index 3f2f923..278d5de 100644 (file)
@@ -721,7 +721,7 @@ class Pman_Roo extends Pman
                 foreach($xx as $c) {
                     $tn = sprintf($ocl.'_%s', $c);
                     if ($tn == $distinct) {
-                        $has_distinct = 'DISTINCT( ' . 'join_'.$ocl.'_'.$col.'.'.$k; .')  as ' . $tc ;
+                        $has_distinct = 'DISTINCT( ' . 'join_'.$ocl.'_'.$col.'.'.$k .')  as ' . $tc ;
                         continue;
                     }