Ignore:
Timestamp:
Feb 28, 2007, 12:24:53 AM (17 years ago)
Author:
rub
Message:

Missing one change flat_hint to mode_flat_hint
Review a little l10n_dec

File:
1 edited

Legend:

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

    r1861 r1864  
    104104      )
    105105    );
    106   if ($user['show_nb_hits']
    107       and isset($page['category']))
     106  if ($user['show_nb_hits'])
    108107  {
    109108    $template->assign_block_vars(
     
    156155  }
    157156
    158   if ($user['show_nb_comments']
    159       and isset($page['category'])
    160       and $page['category']['commentable'])
     157  if ($user['show_nb_comments'])
    161158  {
    162159    $query = '
Note: See TracChangeset for help on using the changeset viewer.