Changeset 37538 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/23/2016 06:11:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r37533 r37538 2222 2222 2223 2223 // Get the field type from the query. 2224 preg_match( "|".$tablefield->Field." ([^ ]*( unsigned)?)|i", $cfields[ $tablefield_field_lowercased ], $matches);2224 preg_match( '|`?' . $tablefield->Field . '`? ([^ ]*( unsigned)?)|i', $cfields[ $tablefield_field_lowercased ], $matches ); 2225 2225 $fieldtype = $matches[1]; 2226 2226 $fieldtype_lowercased = strtolower( $fieldtype );
Note: See TracChangeset
for help on using the changeset viewer.