[Debtags-commits] [svn] r1835 - in
central-database/branches/alioth: . webfrontend
Enrico Zini
enrico at costa.debian.org
Sun Aug 6 20:40:31 UTC 2006
Author: enrico
Date: Sun Aug 6 20:40:30 2006
New Revision: 1835
Added:
central-database/branches/alioth/searchpkg
- copied unchanged from r1833, central-database/branches/alioth/webfrontend/searchpkg
Removed:
central-database/branches/alioth/webfrontend/searchpkg
Modified:
central-database/branches/alioth/webfrontend/taglist.cgi
Log:
Moved searchpkg outside of the CGI area
Fixed perl error in taglist.cgi
Modified: central-database/branches/alioth/webfrontend/taglist.cgi
==============================================================================
--- central-database/branches/alioth/webfrontend/taglist.cgi (original)
+++ central-database/branches/alioth/webfrontend/taglist.cgi Sun Aug 6 20:40:30 2006
@@ -61,6 +61,6 @@
}
print "Content-Type: text/plain\n\n";
-print join("\n", $tags), "\n";
+print join("\n", @tags), "\n";
# vim:set ts=4 sw=4:
More information about the Debtags-commits
mailing list