From fc160034bcbc5696748175d98b28cbeb2752b0e7 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Mon, 25 Apr 2005 21:28:17 +0000 Subject: * a_sort -> asort --- usr/local/www/pkg_mgr_installed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php index 6a6d8f4..be11b34 100755 --- a/usr/local/www/pkg_mgr_installed.php +++ b/usr/local/www/pkg_mgr_installed.php @@ -74,7 +74,7 @@ include("fbegin.inc"); } if($config['installedpackages']['package'] != "") { foreach($config['installedpackages']['package'] as $instpkg) $instpkgs[] = $instpkg['name']; - a_sort($instpkgs); + asort($instpkgs); foreach ($instpkgs as $index => $pkgname){ if(!is_string($pkgname)) { echo "
There are currently no packages installed."; -- cgit v1.1