DataObjects/Core_person_signup.php
[Pman.Core] / DataObjects / Companies.php
index e304898..386a6da 100644 (file)
@@ -235,17 +235,10 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
         
         
         
-    }
-    
-    function beforeInsert($request,$roo)
-    {
-        $roo->jerr('ERROR');
-        
     }
     
     function beforeUpdate($old, $q,$roo)
     {
-        $roo->jerr('ERROR');
         if(!empty($this->is_system) && 
             ($old->code != $this->code || $old->name != $this->name)
         ){