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

Enrico Zini enrico at costa.debian.org
Sun Aug 6 20:36:37 UTC 2006


Author: enrico
Date: Sun Aug  6 20:36:35 2006
New Revision: 1834

Added:
   central-database/branches/alioth/webfrontend/taglist.cgi   (contents, props changed)
Modified:
   central-database/branches/alioth/webfrontend/edit.cgi
Log:
edit.cgi: a %s printf-parameter was missing the value
added taglist.cgi to print the list of tags for a package


Modified: central-database/branches/alioth/webfrontend/edit.cgi
==============================================================================
--- central-database/branches/alioth/webfrontend/edit.cgi	(original)
+++ central-database/branches/alioth/webfrontend/edit.cgi	Sun Aug  6 20:36:35 2006
@@ -71,7 +71,7 @@
 	my $parm = sanitize(param('pkg'));
 	if ($parm)
 	{
-		msg "%s does not match a valid package\n";
+		msg "%s does not match a valid package\n", $parm;
 	} else {
 		msg "no package name was provided\n";
 	}



More information about the Debtags-commits mailing list