Changeset 2748
- Timestamp:
- 03/14/2016 06:45:16 PM (10 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes
- Files:
-
- 2 edited
-
payment-requests-dashboard.php (modified) (1 diff)
-
reimbursement-requests-dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-dashboard.php
r2747 r2748 191 191 return; 192 192 193 // Update the timestamp and logs. 194 update_post_meta( $post_id, '_wcb_updated_timestamp', time() ); 195 193 196 $table_name = self::get_table_name(); 194 197 $entry_id = $wpdb->get_var( $wpdb->prepare( "SELECT id FROM {$table_name} WHERE `blog_id` = %d AND `post_id` = %d LIMIT 1;", get_current_blog_id(), $request->ID ) ); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/reimbursement-requests-dashboard.php
r2747 r2748 197 197 } 198 198 199 // Update the timestamp and logs. 200 update_post_meta( $request_id, '_wcb_updated_timestamp', time() ); 201 199 202 // Back-compat. 200 203 $back_compat_statuses = array(
Note: See TracChangeset
for help on using the changeset viewer.