Skip to:
Content

BuddyPress.org

Changeset 1242


Ignore:
Timestamp:
03/19/2009 06:57:21 PM (16 years ago)
Author:
apeatling
Message:

Removing debug code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r1240 r1242  
    10411041                $sql = $wpdb->prepare("INSERT INTO {$bp->profile->table_name_data} (user_id, field_id, value, last_updated) VALUES (%d, %d, %s, %s)", $this->user_id, $this->field_id, $this->value, $this->last_updated );
    10421042            }
    1043 
     1043           
    10441044            if ( $wpdb->query($sql) === false )
    10451045                return false;
Note: See TracChangeset for help on using the changeset viewer.