r80212 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80211‎ | r80212 | r80213 >
Date:00:23, 14 January 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Updated to in payment insertion function
Modified paths:
  • /civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module (modified) (history)

Diff [purge]

Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module
@@ -246,7 +246,7 @@
247247 * for this given user if we are also updating the contribution_tracking table
248248 * for this contribution.
249249 */
250 - if ( $msg_normalized[ 'contribution_tracking_update' ] ) {
 250+ if ( $msg[ 'contribution_tracking_update' ] ) {
251251 // Map the tracking record to the CiviCRM contribution
252252 _queue2civicrm_update_contribution_tracking( $msg, $contribution );
253253

Status & tagging log