From c62d947aa9cae7907a256a13dc42ebff8865ac35 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 15:41:38 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 46aab90..07e313d 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -838,7 +838,8 @@ class Pman_Roo extends Pman } if (count($ar)) { - + print_r($key); + var_dump($this->colsJoinName[$key]); $x->whereAddIn( isset($this->colsJoinName[$key]) ? $this->colsJoinName[$key] : -- 2.39.2