DataObjects/Core_person.php
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 04:36:01 +0000 (12:36 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 04:36:01 +0000 (12:36 +0800)
DataObjects/Core_person.php

index bce53fe..934145a 100644 (file)
@@ -530,6 +530,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     {
         require_once 'System.php';
         
+        print_r('testing');exit;
+        
         if(empty($this->id)) {
             return false;
         }