From 0cb1faab1be2c0ca84e9d68dd740ef6acaf8e0df Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 1 May 2013 20:45:09 -0700 Subject: [PATCH] Remove contact_type cache CRM-12464 ---------------------------------------- * CRM-12464: Search improvements in 4.4 http://issues.civicrm.org/jira/browse/CRM-12464 --- CRM/Core/PseudoConstant.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php index 94b25c6ff6..a835fb3336 100644 --- a/CRM/Core/PseudoConstant.php +++ b/CRM/Core/PseudoConstant.php @@ -224,13 +224,6 @@ class CRM_Core_PseudoConstant { */ private static $extensions; - /** - * contact Type - * @var array - * @static - */ - private static $contactType; - /** * Financial Account Type * @var array -- 2.25.1