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

notice fixes

parent 6b6d2f9a
Branches
Tags
No related merge requests found
......@@ -812,7 +812,7 @@ WHERE extends = %1 AND " . implode(" OR ", $subTypeClause);
* @return void
* @access public
*/
function deleteCustomRowsOfSubtype($gID, $subtypes = array(
public static function deleteCustomRowsOfSubtype($gID, $subtypes = array(
)) {
if (!$gID or empty($subtypes)) {
return FALSE;
......
......@@ -243,7 +243,7 @@ class CRM_Custom_Form_Group extends CRM_Core_Form {
$sel2['ParticipantRole'] = $participantRole;
$sel2['ParticipantEventName'] = CRM_Event_PseudoConstant::event(NULL, FALSE, "( is_template IS NULL OR is_template != 1 )");
$sel2['ParticipantEventType'] = $eventType;
$sel2['Contribution'] = CRM_Contribute_PseudoConstant::financialType( );
$sel2['Contribution'] = CRM_Contribute_PseudoConstant::financialType();
$sel2['Relationship'] = $allRelationshipType;
$sel2['Individual'] = CRM_Contact_BAO_ContactType::subTypePairs('Individual', FALSE, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment