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

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