From: Kurund Jalmi Date: Fri, 12 Jul 2013 11:28:03 +0000 (+0530) Subject: removed unwanted hook X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c33bc34e29d4c83ca8fb6e3407335ad03ab84fc1;p=civicrm-core.git removed unwanted hook --- diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index 206814d7e8..d352bd8f8b 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -223,18 +223,6 @@ abstract class CRM_Utils_Hook { return self::singleton()->invoke(4, $op, $objectName, $objectId, $objectRef, $op, 'civicrm_post'); } - /** - * This hook to assessment grant - * - * @param string $param the params - * - * @access public - */ - static function grantAssessment( &$params ) { - return self::singleton( )->invoke( 1, $params, self::$_nullObject , self::$_nullObject, - self::$_nullObject, self::$_nullObject, 'civicrm_grantAssessment' ); - } - /** * This hook retrieves links from other modules and injects it into * the view contact tabs