DataObjects/Core_person.php
authorAlan <alan@roojs.com>
Wed, 28 Jun 2023 04:52:46 +0000 (12:52 +0800)
committerAlan <alan@roojs.com>
Wed, 28 Jun 2023 04:52:46 +0000 (12:52 +0800)
DataObjects/Core_person.php

index 667c239..faeb7df 100644 (file)
@@ -1445,7 +1445,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     
     function beforeInsert($req, $roo)
     {
-        die("here");
+        var_dump($req);exit;
         if (!empty($req['_bulk_update_passwords'])) {
             $this->bulkUpdatePasswords($req['_bulk_update_passwords'], $roo);
             return;