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

@ -19,6 +19,9 @@
usernames in the database. (Thanks to Martin Kamerbeek.)
- Fixed a bug in the 5.4.3-5.4.4 upgrade script that some users experienced
with null values in their DataForm.
- If the Cache Timeout on a given page is set to 10 seconds or less, that
page will not be cached.
5.4.4
- Updated Finnish translation. (Thanks to Markus Hynna.)

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;