This commit is contained in:
Paul Kevan 2024-05-22 16:33:17 +01:00
parent 122305679c
commit 5ea74de197

View file

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