Changeset 10365
- Timestamp:
- 10/12/2020 06:05:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
r10364 r10365 196 196 function get_user_anonymization_items( $username ) { 197 197 $ticket_subscriptions = $this->get_trac_ticket_subscriptions_for_user( $username ); 198 $ticket_notifications = $this->get_trac_notifications_for_user( $user );198 $ticket_notifications = $this->get_trac_notifications_for_user( $username ); 199 199 200 200 $ticket_reporter = $this->db->get_col( $this->db->prepare(
Note: See TracChangeset
for help on using the changeset viewer.