Ignore:
Timestamp:
Oct 9, 2007, 1:13:56 AM (17 years ago)
Author:
rvelices
Message:

merge revisions 2121, 2122 and 2123 from trunk to branch-1_7

  • function str2url is compatible with utf-8
  • removed some old code (useless)
  • remove str_translate_to_ascii7bits and lang_table_translate_ascii7bits
  • mail subject and address names can contain accentuated characters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/category_default.inc.php

    r2080 r2125  
    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.