r86569 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86568
|
r86569
|
r86570
>
Date:
23:20, 20 April 2011
Author:
awjrichards
Status:
deferred
Tags:
Comment:
Fixed missing } in paypal_audit_find_missing_pp_trxns()
Modified paths:
/civicrm/trunk/sites/all/modules/paypal_audit/paypal_audit.module
(modified) (
history
)
Diff
[
purge
]
Index: civicrm/trunk/sites/all/modules/paypal_audit/paypal_audit.module
—
—
@@ -174,9 +174,10 @@
175
175
} else {
176
176
$formatted_trxn[ $key ] = $trxn[ $colNum ];
177
177
}
178
+ }
178
179
}
179
180
array_push( $trxns_formatted, $formatted_trxn );
180
181
}
181
182
182
183
return $trxns_formatted;
183
-}
\ No newline at end of file
184
+}
Status & tagging log
23:41, 19 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r86569
[
removed:
new
added:
deferred]