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

index 6383c78..58d877a 100644 (file)
@@ -857,8 +857,8 @@ class Pman_Roo extends Pman
                 $key  = substr($key, 1) ;
                 
                 $x->whereAdd(   (
-                        isset($this->colsJoinName[$key]) ? 
-                            $this->colsJoinName[$key] :
+                        isset($this->colsJname[$key]) ? 
+                            $this->colsJname[$key] :
                             $x->tableName(). '.'.$key ) . ' != ' .
                     (is_numeric($val) ? $val : "'".  $x->escape($val) . "'")
                 );