DataObjects/Person.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Jun 2011 06:32:50 +0000 (14:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Jun 2011 06:32:50 +0000 (14:32 +0800)
DataObjects/Person.php

index d0d271c..925f998 100644 (file)
@@ -121,6 +121,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     function verifyAuth()
     { 
         $ff= HTML_FlexyFramework::get();
+        echo '<PRE>';print_r($this);exit;
          if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $this->company()->comptype) {
             $ff->page->jerr("Login not permited to outside companies");
         }