Skip to content
Snippets Groups Projects
Commit c33bc34e authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

removed unwanted hook

parent 031fa0b4
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment