Pman/Login.php
authorjohn <john@roojs.com>
Thu, 14 Jun 2018 05:47:05 +0000 (13:47 +0800)
committerjohn <john@roojs.com>
Thu, 14 Jun 2018 05:47:05 +0000 (13:47 +0800)
Pman/Login.php

index b3b29cc..c292e12 100644 (file)
@@ -538,13 +538,5 @@ class Pman_Login extends Pman
         
         return $_SERVER['REMOTE_ADDR'];
     }
-    
-    function getOwnerCompany()
-    {
-        $core_company = DB_DataObject::factory('core_company');
-        $core_company->comptype = 'OWNER';
-        return $core_company->count();
-    }
-    
 }