Changeset 2762
- Timestamp:
- 02/22/2010 01:29:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile.php
r2742 r2762 72 72 ) {$charset_collate};"; 73 73 74 if ( empty( $bp->site_options['bp-xprofile-db-version']) ) {74 if ( '' == get_site_option( 'bp-xprofile-db-version' ) ) { 75 75 if ( !$wpdb->get_var( "SELECT id FROM {$bp->profile->table_name_groups} WHERE id = 1" ) ) 76 76 $sql[] = "INSERT INTO {$bp->profile->table_name_groups} VALUES ( 1, '" . get_site_option( 'bp-xprofile-base-group-name' ) . "', '', 0 );";
Note: See TracChangeset
for help on using the changeset viewer.