Changeset 2144 for trunk/admin


Ignore:
Timestamp:
Oct 19, 2007, 4:05:21 AM (17 years ago)
Author:
rvelices
Message:

merge r 2143 from branch-1_7 to trunk
feature 765: Sort alphabetically the admin plugin menus and plugin list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins.php

    r1994 r2144  
    165165// +-----------------------------------------------------------------------+
    166166$fs_plugins = get_fs_plugins();
     167uasort($fs_plugins, 'name_compare');
    167168$db_plugins = get_db_plugins();
    168169$db_plugins_by_id=array();
Note: See TracChangeset for help on using the changeset viewer.