Changeset 6199 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 10/06/2007 08:40:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r6178 r6199 4 4 $charset_collate = ''; 5 5 6 if ( version_compare(mysql_get_server_info(), '4.1.0', '>=') ) {6 if ( $wpdb->supports_collation() ) { 7 7 if ( ! empty($wpdb->charset) ) 8 8 $charset_collate = "DEFAULT CHARACTER SET $wpdb->charset";
Note: See TracChangeset
for help on using the changeset viewer.