From b835d968b55f2d76cac77e11b2729c5dd724c9e7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 19:26:42 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index f74a02d..3bed1ff 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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)) ; -- 2.39.2