From 03f3251714868211533e6a8af4924a731912d0b1 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 9 Feb 2014 13:36:47 -0800 Subject: [PATCH] Remove old deprecated fn alias --- api/v3/Contact.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 1aac290b2f..97a3e26cf9 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -506,18 +506,13 @@ function _civicrm_api3_greeting_format_params($params) { } /** - * Contact quick search api + * Old contact quick search api * - * @access public + * @deprecated * * {@example ContactGetquick.php 0} * */ -function civicrm_api3_contact_quicksearch($params) { - // kept as an alias for compatibility reasons. CRM-11136 - return civicrm_api3_contact_getquick($params); -} - function civicrm_api3_contact_getquick($params) { civicrm_api3_verify_mandatory($params, NULL, array('name')); $name = CRM_Utils_Type::escape(CRM_Utils_Array::value('name', $params), 'String'); -- 2.25.1