fix year2000 cleanup in last commit, the file 'categories' is now the
second argument
This commit is contained in:
parent
24073d7b80
commit
234e54c4ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9319
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue