sort the apps alphabetic

This commit is contained in:
Ralf Becker 2005-11-02 20:02:27 +00:00
parent 1618a67d7e
commit 9835bb0fdb

View File

@ -166,6 +166,7 @@
}
$value = array_merge($extension_data,$value);
$value['options-app'] = $this->link->app_list();
asort($value['options-app']); // sort them alphabetic
if ($value['button'] == 'search') $value['msg'] = lang('Nothing found - try again !!!');