Update reports.php

This commit is contained in:
Paul Kevan 2024-05-22 16:36:42 +01:00 committed by GitHub
parent 5ea74de197
commit 62911560cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ function render_company_report_page() {
if ( 250 == count( $pledges ) ) {
echo '<p>WARNING: pledge limit reached, check the code query.</p>';
}
?>
?>
<p>
<b>Total:</b><?php echo count( $pledges ); ?>
@ -106,7 +106,7 @@ function render_company_report_page() {
<th>Pledge created</th>
<th>Pledge updated</th>
</tr>
<?php
<?php
$all_contributors = 0;
$export_data = array();