[Debtags-commits] [svn] r1506 - central-database/branches/alioth/webfrontend

Enrico Zini enrico at costa.debian.org
Wed Nov 16 12:11:52 UTC 2005


Author: enrico
Date: Wed Nov 16 12:11:50 2005
New Revision: 1506

Modified:
   central-database/branches/alioth/webfrontend/Engine.pm
Log:
Fixed selection of tags when all the initial tagset give more than 4 packages

Modified: central-database/branches/alioth/webfrontend/Engine.pm
==============================================================================
--- central-database/branches/alioth/webfrontend/Engine.pm	(original)
+++ central-database/branches/alioth/webfrontend/Engine.pm	Wed Nov 16 12:11:50 2005
@@ -846,6 +846,7 @@
 			last;
 		}
 	}
+	$amount = $#occ if not defined $amount;
 #	&main::msg("Selected: $amount\n");
 
 	return @res[0 .. $amount];



More information about the Debtags-commits mailing list