DataObjects/Core_enum.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 06:52:34 +0000 (14:52 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 06:52:34 +0000 (14:52 +0800)
DataObjects/Core_enum.php

index bccfeb7..a5e309e 100644 (file)
@@ -33,7 +33,7 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
             $this->whereAdd("
                     name NOT IN ({$q['!name']})
                 ");
-            $this->whereAddIn('name', $names, 'string', 'NOT');
+            //$this->whereAddIn('name', $names, 'string', 'NOT');
             
             //print_r(11);
         }