Changeset 26252 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 11/18/2013 08:44:34 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r26251 r26252 1554 1554 1555 1555 // Fetch the table column structure from the database 1556 $ wpdb->suppress_errors();1556 $suppress = $wpdb->suppress_errors(); 1557 1557 $tablefields = $wpdb->get_results("DESCRIBE {$table};"); 1558 $wpdb->suppress_errors( false);1558 $wpdb->suppress_errors( $suppress ); 1559 1559 1560 1560 if ( ! $tablefields )
Note: See TracChangeset
for help on using the changeset viewer.