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

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