Changeset 7434 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/classes/report/class-sponsor-invoices.php
- Timestamp:
- 07/12/2018 12:22:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-reports/classes/report/class-sponsor-invoices.php
r7378 r7434 474 474 */ 475 475 public function render_html() { 476 $data = $this->compile_report_data( $this->get_data() ); 477 $start_date = $this->start_date; 478 $end_date = $this->end_date; 479 476 $now = new \DateTime(); 477 $data = $this->compile_report_data( $this->get_data() ); 478 479 $start_date = $this->start_date; 480 $end_date = $this->end_date; 481 $xrt_date = ( $end_date > $now ) ? $now : $end_date; 480 482 $wordcamp_name = ( $this->wordcamp_site_id ) ? get_wordcamp_name( $this->wordcamp_site_id ) : ''; 481 483 $invoices = $data['invoices'];
Note: See TracChangeset
for help on using the changeset viewer.