Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/user.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/user.php
r9755 r10000 127 127 128 128 // Step 1 - Does this user already have the project listed? Just Bump the date. 129 if ( $id = $wpdb->get_var( $wpdb->prepare( 129 if ( $id = $wpdb->get_var( $wpdb->prepare( 130 130 "SELECT id FROM {$wpdb->user_projects} 131 131 WHERE user_id = %d AND project_id = %d AND locale = %s AND locale_slug = %s",
Note: See TracChangeset
for help on using the changeset viewer.