From ee5fdafc63cae1e5149f9802f2cf3db88cb5ed10 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 12 Dec 2004 07:31:07 +0000 Subject: Correct this to sound more english like instead of southern twang ;) --- usr/local/www/pkg_mgr.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local') diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 0451c13..d496450 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -138,6 +138,9 @@ if(!$pkg_config['packages']) { $i++; } } + if($i == 0) { + echo "
There are currently no available packages for installation."; + } ?> -- cgit v1.1