Changeset 1468 for trunk/rss/feed.php

Show
Ignore:
Timestamp:
05/11/06 17:43:17 (3 years ago)
Author:
mbonetti
Message:

Mobile update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/feed.php

    r1467 r1468  
    8585            $sql .=" and not(c.mode & " . RSS_MODE_PRIVATE_STATE .") "; 
    8686        } 
    87         $sql .= " and not(c.mode & " .  RSS_MODE_DELETED_STATE .") "; 
     87        //$sql .= " and not(c.mode & " .  RSS_MODE_DELETED_STATE .") "; 
    8888 
    8989        $res = rss_query( $sql ); 
     
    104104                $sql .=" and not(c.mode & " . RSS_MODE_PRIVATE_STATE .") "; 
    105105            } 
    106             $sql .= " and not(c.mode & " .  RSS_MODE_DELETED_STATE .") "; 
     106            //$sql .= " and not(c.mode & " .  RSS_MODE_DELETED_STATE .") "; 
    107107 
    108108            $res = rss_query( $sql ); 
     
    157157        } 
    158158 
    159         $sql .=" and not(i.unread & " . RSS_MODE_DELETED_STATE  .") "; 
     159        //$sql .=" and not(i.unread & " . RSS_MODE_DELETED_STATE  .") "; 
    160160        $sql .=" order by i.added desc, i.id asc"; 
    161161