remove a 1.x function that's no lnger needed

This commit is contained in:
Jon Goldberg 2019-08-16 15:43:14 -04:00
parent 428ee00b04
commit b7e090a190
No known key found for this signature in database
GPG Key ID: C2D2247364F9DB13
1 changed files with 0 additions and 14 deletions

View File

@ -272,20 +272,6 @@ function _getExportData($contributionId) {
return CRM_Utils_Date::customFormat($date);
}
/**
* Implements hook_civicrm_post().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_post
*/
function batchexportperm_civicrm_post($op, $objectName, $objectId, &$objectRef) {
if ($objectName == 'Batch' && $op == 'edit') {
if (CRM_Core_Smarty::singleton()->get_template_vars("batch_status_change_{$objectId}")) {
_batchexportperm_civicrm_update_contribution_exporteddate($objectId);
CRM_Core_Smarty::singleton()->assign("batch_status_change_{$objectId}", FALSE);
}
}
}
/**
* Display batch eport info on the contribution.
*