"Jpostlethwaite" changed the status of Wikimedia.r1635 to "fixme" and commented 
it.
URL: http://www.mediawiki.org/wiki/Special:Code/Wikimedia/1635#c32694

Old Status: new
New Status: fixme

Commit summary for Wikimedia.r1635:

Updating documentation. See r1634.

Jpostlethwaite's comment:

I think I can get rid of:

<pre>
AND ( `civicrm_contribution_recur`.`failure_retry_date` IS NULL )
AND `civicrm_contribution_recur`.`failure_count` = 0
</pre>

If we use this:

<pre>
AND `civicrm_contribution_recur`.`contribution_status_id` = 1
</pre>

I will have to ensure the rest of the code is handling it properly.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to