From 5a9e33dff05c7a526ac719703ad02d559c4cad56 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 27 Mar 2013 10:47:33 -0700 Subject: [PATCH] cleanup --- api/v3/Im.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/v3/Im.php b/api/v3/Im.php index 2e96a7d730..554afcb975 100644 --- a/api/v3/Im.php +++ b/api/v3/Im.php @@ -42,11 +42,9 @@ * * @return array of newly created IM property values. * @access public - * @todo convert to using basic create - BAO function non-std */ function civicrm_api3_im_create($params) { return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); - } /** -- 2.25.1