Changeset 722

Show
Ignore:
Timestamp:
01/05/04 09:01:41 (5 years ago)
Author:
alex_t_king
Message:

removed check to post_category > 0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-commentsrss2.php

    r628 r722  
    5656                                            AND $tablecomments.comment_approved = '1' 
    5757                                            AND $tableposts.post_status = 'publish' 
    58                                             AND post_category > '0' 
    5958                                            AND post_date < '".date("Y-m-d H:i:s")."'  
    6059                                            ORDER BY comment_date  
     
    7574                                            WHERE $tableposts.post_status = 'publish' 
    7675                                            AND $tablecomments.comment_approved = '1' 
    77                                             AND post_category > '0' 
    7876                                            AND post_date < '".date("Y-m-d H:i:s")."'  
    7977                                            ORDER BY comment_date DESC