Ignore:
Timestamp:
Sep 23, 2008, 3:04:41 AM (16 years ago)
Author:
rvelices
Message:
  • removed #debug css rule (why would we need that in default-layout?)
  • order by rank is not available in calendar/chronology mode
  • small non-functional change in functions_search.inc.php (handy for plugin)
  • unused variables/smaller code/unused params in func call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r2521 r2572  
    271271      l10n('Rank'),
    272272      'rank ASC',
    273       ('categories' == @$page['section'] and !isset($page['flat']))
     273      ('categories' == @$page['section'] and !isset($page['flat']) and !isset($page['chronology_field']) )
    274274      )
    275275    ));
Note: See TracChangeset for help on using the changeset viewer.