Changeset 1162 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
- Timestamp:
- 01/22/2015 04:03:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r906 r1162 345 345 $component_unreplied = wp_cache_get( 'trac_tickets_by_component_unreplied' ); 346 346 if ( ! $component_unreplied ) { 347 $rows = $this->trac->get_results( $this->trac->prepare("SELECT id, component FROM ticket t347 $rows = $this->trac->get_results( "SELECT id, component FROM ticket t 348 348 WHERE id NOT IN (SELECT ticket FROM ticket_change WHERE ticket = t.id AND t.reporter <> author AND field = 'comment' AND newvalue <> '') 349 AND status <> 'closed'" ) );349 AND status <> 'closed'" ); 350 350 $component_unreplied = array(); 351 351 foreach ( $rows as $row ) {
Note: See TracChangeset
for help on using the changeset viewer.