*** lib/TWiki.pm.orig 2005-09-30 11:43:41.000000000 +0200 --- lib/TWiki.pm 2005-09-30 11:43:44.000000000 +0200 *************** *** 994,1000 **** { my( $query, $url ) = @_; # adds a time parameter to view urls to force refresh on redirects ! if ($url =~ /$dispScriptUrlPath$dispViewPath/) { if ($url =~ /[?]/) { if ($url !~ /[?&]t=/ ) { # do not add if already there $url .= sprintf("&t=%x" ,time() % 0xffff); --- 994,1001 ---- { my( $query, $url ) = @_; # adds a time parameter to view urls to force refresh on redirects ! if ($expirationLastDateOffset && ! $url =~ /$dispScriptUrlPath$dispViewPath/) { if ($url =~ /[?]/) { if ($url !~ /[?&]t=/ ) { # do not add if already there $url .= sprintf("&t=%x" ,time() % 0xffff);