Show
Ignore:
Timestamp:
05/16/06 05:29:59 (3 years ago)
Author:
sdcosta
Message:

Fix for #367
Fetch tags for deprecated feeds also.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/tags.php

    r1292 r1475  
    113113        $taggedItems = new ItemList(); 
    114114        $sqlWhere = " i.id in (".implode(",", $ids).") "; 
    115         $taggedItems->populate($sqlWhere); 
     115        // include deprecated feeds while showing tags.  
     116        $taggedItems->populate($sqlWhere, "", 0, -1, ITEM_SORT_HINT_MIXED, true); 
    116117 
    117118        $rtags = relatedTags($tarr);