Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r4860 r4953  
    33
    44$charset_collate = '';
    5    
     5
    66if ( version_compare(mysql_get_server_info(), '4.1.0', '>=') ) {
    77    if ( ! empty($wpdb->charset) )
    88        $charset_collate = "DEFAULT CHARACTER SET $wpdb->charset";
    99    if ( ! empty($wpdb->collate) )
    10         $charset_collate .= " COLLATE $wpdb->collate"; 
     10        $charset_collate .= " COLLATE $wpdb->collate";
    1111}
    1212
Note: See TracChangeset for help on using the changeset viewer.