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

Enrico Zini enrico at costa.debian.org
Mon Oct 31 18:46:03 UTC 2005


Author: enrico
Date: Mon Oct 31 18:46:03 2005
New Revision: 1458

Modified:
   central-database/branches/alioth/webfrontend/Navigation.pm
Log:
Better paths

Modified: central-database/branches/alioth/webfrontend/Navigation.pm
==============================================================================
--- central-database/branches/alioth/webfrontend/Navigation.pm	(original)
+++ central-database/branches/alioth/webfrontend/Navigation.pm	Mon Oct 31 18:46:03 2005
@@ -52,7 +52,7 @@
 sub cachePath ($$)
 {
 	my ($sel_tags, $sel_words) = @_;
-	my $path = $CACHE_BASE.'/'.join('/', map { $_->name } sort { $a->name cmp $b->name } @$sel_tags);
+	my $path = join('/', $CACHE_BASE, map { $_->name } sort { $a->name cmp $b->name } @$sel_tags);
 	my $file = '';
 	for my $w (@$sel_words)
 	{



More information about the Debtags-commits mailing list