Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2010 03:06:19 PM (15 years ago)
Author:
apeatling
Message:

Removing error_log() call.

File:
1 edited

Legend:

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

    r2675 r2677  
    294294            return false;
    295295
    296         error_log( $where_sql );
    297 
    298296        /* Fetch the activity IDs so we can delete any comments for this activity item */
    299297        $activity_ids = $wpdb->get_col( $wpdb->prepare( "SELECT id FROM {$bp->activity->table_name} {$where_sql}" ) );
Note: See TracChangeset for help on using the changeset viewer.