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

index d3c95b6..a8505fe 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);
-    
+        
         foreach($mem as $p) { 
             $p->delete();
         }