DataObjects/Core_enum.php
authoredward <edward@roojs.com>
Wed, 23 Dec 2015 08:31:08 +0000 (16:31 +0800)
committeredward <edward@roojs.com>
Wed, 23 Dec 2015 08:31:08 +0000 (16:31 +0800)
DataObjects/Core_enum.php

index cfac84a..d05bf8b 100644 (file)
@@ -167,6 +167,7 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
         $x->query("SELECT core_enum_seqmax_update('". $this->escape($this->etype) ."')"); // no idea why need to do this!!??
          
     }
         $x->query("SELECT core_enum_seqmax_update('". $this->escape($this->etype) ."')"); // no idea why need to do this!!??
          
     }
+    
     function onUpdate($old, $req)
     {
         $x = $this->factory($this->tableName());
     function onUpdate($old, $req)
     {
         $x = $this->factory($this->tableName());