X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person.php;h=b8c7194faabe9d4e8f0c36fe9b1b1cfe295abaa4;hp=12a0299608d338f2bfc0783d697658c3531ad834;hb=949ef8513c62b4cabae3f36926f610385dce2032;hpb=4be221feda7c3c468bce99d29bceff7d1dfa04ee diff --git a/DataObjects/Core_person.php b/DataObjects/Core_person.php index 12a02996..b8c7194f 100644 --- a/DataObjects/Core_person.php +++ b/DataObjects/Core_person.php @@ -1181,8 +1181,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject $c = DB_DataObject::Factory('core_company'); $tc =$c->count(); - print_r($tc);exit; - if (!$tc || $tc> 1) { $roo->jerr("can not create initial user as multiple companies already exist"); }