fix year2000 cleanup in last commit, the file 'categories' is now the

second argument
This commit is contained in:
Wolfram Schneider 2001-04-27 08:41:39 +00:00
parent 24073d7b80
commit 234e54c4ee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9319

View file

@ -40,7 +40,7 @@ if ($urlcgi) {
$today = &getdate;
&packages_exist('packages.exists', *packages);
&category_description(($ARGV[2] || '.') . '/categories', *category_description);
&category_description(($ARGV[1] || '.') . '/categories', *category_description);
&main;
sub getdate {