Changeset 1437

Show
Ignore:
Timestamp:
08/25/08 15:03:50 (3 months ago)
Author:
donncha
Message:

Escape the "_" as it's a wildcard too, fixes #727, props jeppe

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/mu.php

    r1432 r1437  
    4242 
    4343        if ( $drop ) { 
    44                 $drop_tables = $wpdb->get_results("show tables LIKE '". $wpdb->base_prefix . $blog_id . "_%'", ARRAY_A);  
     44                $drop_tables = $wpdb->get_results("show tables LIKE '". $wpdb->base_prefix . $blog_id . "\_%'", ARRAY_A);  
    4545                $drop_tables = apply_filters( 'wpmu_drop_tables', $drop_tables );  
    4646