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

code cleanup

parent 6fbb1056
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@
*
*/
class CRM_Group_Page_Group extends CRM_Core_Page_Basic {
protected $_sortByCharacter; function getBAOName() {
protected $_sortByCharacter;
function getBAOName() {
return 'CRM_Contact_BAO_Group';
}
......@@ -65,16 +67,6 @@ class CRM_Group_Page_Group extends CRM_Core_Page_Basic {
return ts('Edit Group');
}
/**
* return class name of delete form
*
* @return string
* @access public
*/
function deleteForm() {
return 'CRM_Group_Form_Delete';
}
/**
* return name of delete form
*
......
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