Skip to content

Commit

Permalink
Merge pull request #333 from agileware/CIVICHIMP-8
Browse files Browse the repository at this point in the history
Remove the menu item, Sync Civi Contacts to Mailchimp
  • Loading branch information
veda-consulting authored Aug 18, 2020
2 parents 435f201 + de6d252 commit 027808e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,18 +412,6 @@ function mailchimp_civicrm_navigationMenu(&$params){
'permission'=> 'administer CiviCRM',
),
);
$params[$parentId]['child'][$mailChimpsyncId] = array(
'attributes' => array(
'label' => ts('Sync Civi Contacts To Mailchimp'),
'name' => 'Mailchimp_Sync',
'url' => CRM_Utils_System::url('civicrm/mailchimp/sync', 'reset=1', TRUE),
'active' => 1,
'parentID' => $parentId,
'operator' => NULL,
'navID' => $mailChimpsyncId,
'permission'=> 'administer CiviCRM,allow Mailchimp sync',
),
);
$params[$parentId]['child'][$mailChimpPullId] = array(
'attributes' => array(
'label' => ts('Sync Mailchimp Contacts To Civi‏'),
Expand Down

0 comments on commit 027808e

Please sign in to comment.