Ignore:
Timestamp:
Feb 15, 2006, 3:29:26 AM (18 years ago)
Author:
rvelices
Message:

feature 288: manage rates for administrators

File:
1 edited

Legend:

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

    r1036 r1042  
    260260  return array(
    261261    array('Default', '', true),
    262     array(l10n('best_rated_cat'),  'average_rate DESC', $conf['rate']),
     262    array(l10n('Average rate'), 'average_rate DESC', $conf['rate']),
    263263    array(l10n('most_visited_cat'), 'hit DESC', true),
    264264    array(l10n('Creation date'), 'date_creation DESC', true),
Note: See TracChangeset for help on using the changeset viewer.