Changeset 5314

Show
Ignore:
Timestamp:
04/25/07 18:54:29 (1 year ago)
Author:
ryan
Message:

Remove rel_type ref

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-includes/query.php

    r5289 r5314  
    885885            $whichcat .= get_category_children($q['cat'], '', ', '); 
    886886            $whichcat = substr($whichcat, 0, -2); 
    887             $whichcat .= ") AND rel_type = 'category'"; 
     887            $whichcat .= ")"; 
    888888            $groupby = "{$wpdb->posts}.ID"; 
    889889        }