Ignore:
Timestamp:
Jul 20, 2009, 7:36:15 AM (15 years ago)
Author:
rvelices
Message:
  • bug fix (use uasort for computed categories instead of usort) - I think this is an old bug and somehow it worked before)
File:
1 edited

Legend:

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

    r3640 r3642  
    657657    $cats += array($row['cat_id'] => $row);
    658658  }
    659   usort($cats, 'global_rank_compare');
     659  uasort($cats, 'global_rank_compare');
    660660
    661661  compute_categories_data($cats);
Note: See TracChangeset for help on using the changeset viewer.