Pman/Roo.php
[Pman.Base] / 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)) ;