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

index 32f40d4..8fc2511 100644 (file)
@@ -842,7 +842,7 @@ class Pman_Roo extends Pman
                     $x->whereAddIn(
                         isset($this->colsJoinName[$key]) ? 
                             $this->colsJoinName[$key] :
-                            $x->tableName(). '.'.$key,
+                            ($x->tableName(). '.'.$key),
                         $ar, $quote ? 'string' : 'int');
                 }