DataObjects/Core_person.php
authorbenny <benny@roojs.com>
Tue, 31 Jul 2018 06:34:33 +0000 (14:34 +0800)
committerbenny <benny@roojs.com>
Tue, 31 Jul 2018 06:34:33 +0000 (14:34 +0800)
DataObjects/Core_person.php

index a8505fe..1837230 100644 (file)
@@ -1120,7 +1120,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $mem = $p->fetchAll();  // fetch all the rows and set the $mem variable to the rows data, just like mysqli_fetch_assoc
    
         $e->logDeletedRecord($p);
-        
+        print_r($mem);
         foreach($mem as $p) { 
             $p->delete();
         }