zero cache pages and a few fixes

This commit is contained in:
JT Smith 2003-10-19 01:24:25 +00:00
parent e88270b949
commit dc0cf40f9e
4 changed files with 6 additions and 19 deletions

View file

@ -39,12 +39,6 @@ my $macros = $conf->get("macros");
delete $macros->{"\\"};
$macros->{"\\\\"} = "Backslash_pageUrl";
$conf->set("macros"=>$macros);
my $wobjects = $conf->get("wobjects");
my @newWobjects = qw(SOAPClient);
foreach (@{$wobjects}) {
push(@newWobjects, $_);
}
$conf->set("wobjects"=>\@newWobjects);
$conf->set("searchAndReplace"=>undef);
$conf->write;