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

index f74a02d..3bed1ff 100644 (file)
@@ -653,7 +653,7 @@ class Pman_Roo extends Pman
         $xx = array_keys($tabdef);
         $do->selectAdd(); // we need thsi as normally it's only cleared by an empty selectAs call.
         
-        $selectAs = array(array(  $xx , '%s'));
+        $selectAs = array(array(  $xx , '%s', false));
         $this->countWhat = false;
         $has_distinct = false;
         if ($filter || $distinct) {
@@ -671,7 +671,7 @@ class Pman_Roo extends Pman
             }
             
             
-            $selectAs = empty($cols) ?  array() : array(array(  $cols , '%s')) ;
+            $selectAs = empty($cols) ?  array() : array(array(  $cols , '%s', false)) ;