DataObjects/Core_enum.php
authorChris <chris@roojs.com>
Mon, 3 Dec 2012 08:46:57 +0000 (16:46 +0800)
committerChris <chris@roojs.com>
Mon, 3 Dec 2012 08:46:57 +0000 (16:46 +0800)
DataObjects/Core_enum.php

index 67fea48..f87494b 100644 (file)
@@ -43,7 +43,6 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
         $tn = $this->tableName();
         $x = $this->factory($tn);
         
-        
         $x->whereAdd("etype = '{$request['etype']}' AND name = '{$request['name']}'");
         $x->find(true);
         if($x->count() > 0){