Changeset 1652 for trunk/gregarius/cls

Show
Ignore:
Timestamp:
01/02/07 19:59:01 (23 months ago)
Author:
mbonetti
Message:

fix for #392

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/alltags.php

    r1550 r1652  
    9292            $sql .= " and not(i.unread & ".RSS_MODE_PRIVATE_STATE.") "; 
    9393        } 
     94        $sql .= " and not (i.unread & ".RSS_MODE_DELETED_STATE.") "; 
    9495         
    9596        $sql .= " group by tid order by tag";