Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (16 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-schema.php

    r3550 r3592  
    228228                            KEY is_required (is_required)
    229229                           ) {$charset_collate};";
    230                
     230
    231231        $sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_xprofile_data (
    232232                            id bigint(20) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY,
Note: See TracChangeset for help on using the changeset viewer.