Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 09:49:45 +0000 (17:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 09:49:45 +0000 (17:49 +0800)
Pman/Roo.php

index 3ad4984..9c6419a 100644 (file)
@@ -667,7 +667,7 @@ class Pman_Roo extends Pman
             
             
             foreach($xx as $k) {
-                $this->cols[$table.'.'.$k] = sprintf($ocl.'_%s', $k);
+                $this->cols[$tab.'.'.$k] = sprintf($ocl.'_%s', $k);
             }