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

Merge pull request #1155 from kurund/hook-cleanup

removed unwanted hook
parents 031fa0b4 c33bc34e
No related branches found
No related tags found
No related merge requests found
...@@ -223,18 +223,6 @@ abstract class CRM_Utils_Hook { ...@@ -223,18 +223,6 @@ abstract class CRM_Utils_Hook {
return self::singleton()->invoke(4, $op, $objectName, $objectId, $objectRef, $op, 'civicrm_post'); 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 * This hook retrieves links from other modules and injects it into
* the view contact tabs * the view contact tabs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment