Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 12 Nov 2010 07:42:28 +0000 (15:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 12 Nov 2010 07:42:28 +0000 (15:42 +0800)
Pman/Roo.php

index 58d877a..f78df2e 100644 (file)
@@ -838,11 +838,10 @@ class Pman_Roo extends Pman
                 }
                 if (count($ar)) {
                     
-                    var_dump($key);
-                    var_dump($this->colsJoinName);
+                    
                     $x->whereAddIn(
-                        isset($this->colsJoinName[$key]) ? 
-                            $this->colsJoinName[$key] :
+                        isset($this->colsJname[$key]) ? 
+                            $this->colsJname[$key] :
                             ($x->tableName(). '.'.$key),
                         $ar, $quote ? 'string' : 'int');
                 }