Dotclear

Changeset 3073


Ignore:
Timestamp:
08/09/11 01:28:03 (12 years ago)
Author:
dolmen
Message:

Fix a problem with array_map that does not support the 'SORT_STRING' argument
at Free.fr hosting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dc1redirect/index.php

    r3048 r3073  
    168168          array_map( 
    169169               create_function('$a', "return \$a['meta_id'];"), 
    170                $tags), 
    171           SORT_STRING); 
     170               $tags) 
     171          ); 
    172172natcasesort($tags); 
    173173 
     
    197197          array_map( 
    198198               create_function('$c', "return \$c['cat_url'];"), 
    199                $categories), 
    200           SORT_STRING); 
     199               $categories) 
     200          ); 
    201201natcasesort($categories); 
    202202 
Note: See TracChangeset for help on using the changeset viewer.

Sites map