From: Allen Shaw Date: Sat, 4 May 2013 20:41:26 +0000 (-0700) Subject: Added "DEPRECATED" comment in a couple of CRM_Core_PseudoConstant methods. CRM-12464. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a19392e764dfe4aca34996d4aac0d31104d3d920;p=civicrm-core.git Added "DEPRECATED" comment in a couple of CRM_Core_PseudoConstant methods. CRM-12464. ---------------------------------------- * CRM-12464: Search improvements in 4.4 http://issues.civicrm.org/jira/browse/CRM-12464 --- diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php index b9552da6ef..7898a120e9 100644 --- a/CRM/Core/PseudoConstant.php +++ b/CRM/Core/PseudoConstant.php @@ -433,6 +433,8 @@ class CRM_Core_PseudoConstant { } /** + * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * * Get all Activty types. * * The static array activityType is returned @@ -1342,6 +1344,8 @@ WHERE id = %1"; } /** + * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * * Get all Visibility levels. * * The static array visibility is returned