DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 03:02:31 +0000 (11:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 03:02:31 +0000 (11:02 +0800)
DataObjects/Core_person.php

index 4bd972c..97a799d 100644 (file)
@@ -1131,7 +1131,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $p = DB_DataObject::Factory('core_group_member');
         $p->user_id = $this->id;
         $mem = $p->fetchAll();  // fetch all the rows and set the $mem variable to the rows data, just like mysqli_fetch_assoc
-   
         $e->logDeletedRecord($mem);
                 
         foreach($mem as $p) {