Skip to content

Commit

Permalink
Fix for LC
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed Apr 18, 2002
1 parent 4a97d4f commit 3e54122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/tasks/new_headfoot.pl
Expand Up @@ -42,7 +42,7 @@ sub sectionHeaders {
header("", $section, "thread", 1);
close $fh;

setCurrentForm('ssi', 0);
# setCurrentForm('ssi', 0);
open $fh, ">$constants->{basedir}/$section/slashfoot.inc"
or die "Can't open $constants->{basedir}/$section/slashfoot.inc: $!";
*STDOUT = $fh;
Expand Down

0 comments on commit 3e54122

Please sign in to comment.