From 9835bb0fdbafa8b71f7871e95fb3da10c8bee45d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 2 Nov 2005 20:02:27 +0000 Subject: [PATCH] sort the apps alphabetic --- etemplate/inc/class.link_widget.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.link_widget.inc.php b/etemplate/inc/class.link_widget.inc.php index 832a4696d4..2b61d04a27 100644 --- a/etemplate/inc/class.link_widget.inc.php +++ b/etemplate/inc/class.link_widget.inc.php @@ -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 !!!');