sorted the navbar apps

This commit is contained in:
seek3r 2001-12-31 15:57:30 +00:00
parent db1b79ff98
commit 3fd860790a

View File

@ -891,6 +891,7 @@
$GLOBALS['phpgw_info']['navbar']['home']['icon'] = $this->image('phpgwapi','home.gif');
reset($GLOBALS['phpgw_info']['user']['apps']);
asort($GLOBALS['phpgw_info']['user']['apps']);
while ($permission = each($GLOBALS['phpgw_info']['user']['apps']))
{
if (is_long($permission[0]))