DataObjects/Core_group.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:53:39 +0000 (15:53 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:53:39 +0000 (15:53 +0800)
DataObjects/Core_group.php

index 99a7a18..a9434e1 100644 (file)
@@ -199,8 +199,6 @@ class Pman_Core_DataObjects_Core_group extends DB_DataObject
         // groups databse is hard coded to person.. so this should not be used for other tables.????
         $p = DB_Dataobject::factory( 'core_person' );
 
-
-
         $p->whereAdd('id IN ('. implode(',', $ids) .')');
         $p->active = 1;