DataObjects/Core_notify.php
authoredward <edward@roojs.com>
Wed, 13 Sep 2017 04:59:34 +0000 (12:59 +0800)
committeredward <edward@roojs.com>
Wed, 13 Sep 2017 04:59:34 +0000 (12:59 +0800)
DataObjects/Core_notify.php

index 729f0a8..dbf012b 100644 (file)
@@ -55,8 +55,6 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         if ($set !== false) {
             $this->person_table = is_object($set) ? $set->tableName() : '';
             
-            
-            
             $person_table = empty($this->person_table) ? $def_pt  : strtolower($this->person_table);
             $col = $person_table  == $def_pt ? 'person_id' : $person_table . '_id';