Changeset 2133 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
- Timestamp:
- 11/25/2015 12:35:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
r2034 r2133 166 166 FROM ticket WHERE reporter = %s AND id <= %d LIMIT 5", $reporter, $ticket ), ARRAY_A ); 167 167 168 if ( count( $ previous_tickets) === 1 ) {168 if ( count( $activity['tickets'] ) === 1 ) { 169 169 $activity['comments'] = (bool) $this->db->get_var( $this->db->prepare( 170 170 "SELECT ticket FROM ticket_change WHERE field = 'comment'
Note: See TracChangeset
for help on using the changeset viewer.