Changes between Version 2 and Version 3 of Ticket #57271, comment 93
- Timestamp:
- 02/16/2025 06:17:48 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57271, comment 93
v2 v3 37 37 38 38 /* PATCH: Allow option_value to already contain intended value ************* */ 39 if ( 0 === $result ) { 39 global $wpdb; 40 if ( !$result and 0 === $wpdb->rows_affected ) { 40 41 // Qualify why 0 rows were affected. 41 global $wpdb;42 42 if ( 1 === sscanf( (string) mysqli_info( $wpdb->dbh ), 'Rows matched: %d', $mysql_matched ) and $mysql_matched > 0 ) 43 43 // Rows did match; fields just had intended content already.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)