Ignore:
Timestamp:
Oct 6, 2007, 12:56:22 AM (17 years ago)
Author:
rvelices
Message:
  • function str2url is compatible with utf-8
  • removed some old code (useless)
File:
1 edited

Legend:

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

    r2081 r2123  
    106106      )
    107107    );
    108    
     108
    109109  }
    110110
     
    135135        break;
    136136      }
    137       case 'search' :
    138       {
    139         $name = replace_search($name, $page['search']);
    140         break;
    141       }
    142137    }
    143138
     
    162157      'thumbnails.line.thumbnail.nb_comments',
    163158      array(
    164         'NB_COMMENTS'=> l10n_dec('%d comment', '%d comments', 
     159        'NB_COMMENTS'=> l10n_dec('%d comment', '%d comments',
    165160                        $row['nb_comments']),
    166161        'CLASS'=> set_span_class($row['nb_comments']) . ' nb-comments',
Note: See TracChangeset for help on using the changeset viewer.