break; case "region": $wherestring = " WHERE religion_id>0 "; $o->showRegion($wherestring); break; case "religion": $wherestring = " WHERE religion_id>0 "; $o->showReligion($wherestring); break; case "bpartnergroup": $wherestring = " WHERE bpartnergroup_id>0 and organization_id={$defaultorganization_id}"; $o->showBPartnerGroup($wherestring); break; case "bpartner": $wherestring = " WHERE bpartner_id>0 and organization_id={$defaultorganization_id}"; $o->showBPartner($wherestring); break; case "employee": $wherestring = " WHERE employee_id>0 and organization_id={$defaultorganization_id}"; $o->showEmployee($wherestring); break; case "terms": $wherestring = " WHERE terms_id>0 and organization_id={$defaultorganization_id}"; $o->showTerms($wherestring); break; case "industry": $wherestring = " WHERE industry_id>0 "; $o->showIndustry($wherestring); break; case "tax": $wherestring = " WHERE tax_id>0 ";